Skip to content

add postgres19 compatibility#67

Merged
ChenHuajun merged 2 commits into
ChenHuajun:masterfrom
sibowu-aws:master
Apr 29, 2026
Merged

add postgres19 compatibility#67
ChenHuajun merged 2 commits into
ChenHuajun:masterfrom
sibowu-aws:master

Conversation

@sibowu-aws
Copy link
Copy Markdown
Contributor

Fix build with PostgreSQL 19: replace removed bits8 typedef

PostgreSQL 19 removed the bits8 typedef (was an alias for uint8).
Use uint8 on PG19+ with a version guard to maintain backward
compatibility with older PostgreSQL versions.

Refactor ArrayContainsNulls to use uint8 bitmap for PG_VERSION_NUM >= 190000.
@ChenHuajun ChenHuajun merged commit 47a428b into ChenHuajun:master Apr 29, 2026
10 of 42 checks passed
@ChenHuajun
Copy link
Copy Markdown
Owner

thanks

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.

3 participants