Skip to content

fix: pg19beta1 compatibility #266

Merged
steve-chavez merged 4 commits into
supabase:masterfrom
steve-chavez:pg19
Jul 9, 2026
Merged

fix: pg19beta1 compatibility #266
steve-chavez merged 4 commits into
supabase:masterfrom
steve-chavez:pg19

Conversation

@steve-chavez

Copy link
Copy Markdown
Member

Fixes #257.

pg 19 changes some interfaces, these are now abstracted in pg_prelude.h:

  • log_min_messages
  • signal parameters and args
  • jsonb state

Also adds pg 19 on CI.

On pg 19, PGXS forces this flag. So we add it for all versions anyway.
pg 19 changes some interfaces, these are now abstracted in pg_prelude.h:

* log_min_messages
* signal parameters and args
* jsonb state

Also adds pg 19 on CI.
@steve-chavez steve-chavez marked this pull request as ready for review July 9, 2026 00:26
@steve-chavez steve-chavez merged commit a8299b1 into supabase:master Jul 9, 2026
14 of 15 checks passed
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.

PostgreSQL 19

2 participants