Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix build due to new checks in PostgreSQL 16 #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
sokolcati merged 1 commit into master from PGPRO-7397
Nov 21, 2022
Merged

Conversation

Copy link
Contributor

@MarinaPolyakova MarinaPolyakova commented Nov 18, 2022

The macro PG_DETOAST_DATUM returns a pointer to a varlena structure and the input to the function DatumGetPointer must be of type Datum (see the commit c8b2ef05f481ef06326d7b9f3eb14b303f215c7e in PostgreSQL 16). So use a simple cast instead of the function DatumGetPointer.

The macro PG_DETOAST_DATUM returns a pointer to a varlena structure and the
input to the function DatumGetPointer must be of type Datum (see the commit
c8b2ef05f481ef06326d7b9f3eb14b303f215c7e in PostgreSQL 16). So use a simple cast
instead of the function DatumGetPointer.
Copy link
Contributor

@sokolcati sokolcati left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

С исправлением согласна, тесты проходят.

@sokolcati sokolcati merged commit 6eb2396 into master Nov 21, 2022
@sokolcati sokolcati deleted the PGPRO-7397 branch November 23, 2023 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers

@sokolcati sokolcati sokolcati left review comments

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /