Skip to content

add postgres19 compatibility#67

Open
sibowu-aws wants to merge 1 commit intoChenHuajun:masterfrom
sibowu-aws:master
Open

add postgres19 compatibility#67
sibowu-aws wants to merge 1 commit intoChenHuajun:masterfrom
sibowu-aws:master

Conversation

@sibowu-aws
Copy link
Copy Markdown

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.

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