Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building for PG 16 not working #10

Closed
JamesInform opened this issue Sep 2, 2023 · 3 comments
Closed

Building for PG 16 not working #10

JamesInform opened this issue Sep 2, 2023 · 3 comments

Comments

@JamesInform
Copy link

I am trying to build the extension for PG 16rc1.

It fails with an error.

Are you planning to update the extension any time soon?

@dpage
Copy link
Contributor

dpage commented Sep 4, 2023

Works fine for me. What error do you get?

$ bin/psql -p 5436 postgres
Pager usage is off.
psql (16rc1)
Type "help" for help.

postgres=# CREATE EXTENSION system_stats;
CREATE EXTENSION

postgres=# \x on
Expanded display is on.
postgres=# SELECT * FROM pg_sys_os_info();
-[ RECORD 1 ]-------+------------------------------------------------------------------------------------------------------
name                | Darwin
version             | Darwin Kernel Version 22.5.0: Thu Jun  8 22:22:20 PDT 2023; root:xnu-8796.121.3~7/RELEASE_ARM64_T6000
host_name           | wopr.conx
domain_name         | 
handle_count        | 
process_count       | 521
thread_count        | 
architecture        | arm64
last_bootup_time    | 
os_up_since_seconds | 3638724

@JamesInform
Copy link
Author

For building system stats extension, I used:

$ git clone https://github.com/EnterpriseDB/system_stats.git
$ cd system_stats
$ make
$ make install

I have attached the output showing the error.
make_error.txt

@dpage
Copy link
Contributor

dpage commented Sep 5, 2023

ah, I see - thanks. I've submitted a PR and will ask one of my colleagues to review it: #11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants