Skip to content

Support PostgreSQL 19#430

Open
CyberDem0n wants to merge 1 commit into
citusdata:mainfrom
CyberDem0n:postgresql-19
Open

Support PostgreSQL 19#430
CyberDem0n wants to merge 1 commit into
citusdata:mainfrom
CyberDem0n:postgresql-19

Conversation

@CyberDem0n
Copy link
Copy Markdown
Collaborator

  • include storage/fd.h, it declares max_files_per_process
  • server_message_level_options is now public, use it instead of cron_message_level_options
  • pqsignal() changed signature and we need to pass PG_SIG_IGN instead of SIG_IGN
  • error_severity() is public since 15
  • changed -std=c99 compile flag to -std=gnu11, otherwise new StaticAssert*() macro are failing

- include storage/fd.h, it declares `max_files_per_process`
- `server_message_level_options` is now public, use it instead of
  `cron_message_level_options`
- `pqsignal()` changed signature and we need to pass `PG_SIG_IGN`
  instead of `SIG_IGN`
- `error_severity()` is public since 15
- changed `-std=c99` compile flag to `-std=gnu11`, otherwise new
  `StaticAssert*()` macro are failing
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

Successfully merging this pull request may close these issues.

1 participant