Movatterモバイル変換


[0]ホーム

URL:


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#256

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
kovdb75 merged 1 commit intomasterfromPGPRO-7397
Nov 18, 2022
Merged

Conversation

MarinaPolyakova
Copy link
Contributor

Due to the commit c8b2ef05f481ef06326d7b9f3eb14b303f215c7e in PostgreSQL 16:

  • The macro CStringGetTextDatum returns a Datum, so use the more appropriate macro PG_RETURN_DATUM instead of PG_RETURN_TEXT_P.

  • The input to the macro TextDatumGetCString must be of type Datum, so use the more appropriate macro PG_GETARG_DATUM instead of PG_GETARG_TEXT_P.

Due to the commit c8b2ef05f481ef06326d7b9f3eb14b303f215c7e in PostgreSQL 16:- The macro CStringGetTextDatum returns a Datum, so use the more appropriate  macro PG_RETURN_DATUM instead of PG_RETURN_TEXT_P.- The input to the macro TextDatumGetCString must be of type Datum, so use the  more appropriate macro PG_GETARG_DATUM instead of PG_GETARG_TEXT_P.
@codecov
Copy link

codecovbot commentedNov 18, 2022
edited
Loading

Codecov Report

Merging#256 (2680eee) intomaster (7a24403) willnot change coverage.
The diff coverage is100.00%.

@@           Coverage Diff           @@##           master     #256   +/-   ##=======================================  Coverage   92.20%   92.20%           =======================================  Files          30       30             Lines        7028     7028           =======================================  Hits         6480     6480             Misses        548      548
Impacted FilesCoverage Δ
src/pl_funcs.c95.15% <100.00%> (ø)
src/pl_hash_funcs.c97.61% <100.00%> (ø)
src/pl_range_funcs.c96.48% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell ushow you rate us. Have a feature suggestion?Share it here.

@kovdb75kovdb75 merged commit4e8efb7 intomasterNov 18, 2022
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@kovdb75kovdb75Awaiting requested review from kovdb75

Assignees

@kovdb75kovdb75

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@MarinaPolyakova@kovdb75

[8]ページ先頭

©2009-2025 Movatter.jp