supabase / pg_jsonschema

PostgreSQL extension providing JSON Schema validation
Apache License 2.0
1.03k stars 30 forks source link

Add Postgres 16 support #38

Closed bayandin closed 1 year ago

bayandin commented 1 year ago

What kind of change does this PR introduce?

Feature

What is the current behavior?

Currently, pg_jsonschema extension doesn't support Postgres 16

What is the new behavior?

Postgres 16 is supported

Additional context

Bump pgrx to 0.10.1 which has Postgres 16 support

imor commented 1 year ago

@bayandin pgrx version in Dockerfile also needs to be updated.

bayandin commented 1 year ago

@bayandin pgrx version in Dockerfile also needs to be updated.

Ah, thanks! Missed that one, fixed!