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

Fixes related to new changes in PostgreSQL 18: August 1, 2024 - September 1, 2024#31

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
MarinaPolyakova merged 2 commits intomasterfromPGPRO-10866
Sep 4, 2025
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
NextNext commit
PGPRO-10866: Add static decoration to avoid error:
"no previous extern declaration for non-static variable [-Wmissing-variable-declarations]"Tags: vops
  • Loading branch information
@antamel
antamel committedSep 26, 2024
commit12f0658daf3051b768672eab120ef6cdbfbe4164
2 changes: 1 addition & 1 deletionvops.c
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2772,7 +2772,7 @@ vops_last_combine(PG_FUNCTION_ARGS)
}


const size_t vops_sizeof[] =
staticconst size_t vops_sizeof[] =
{
sizeof(vops_bool),
sizeof(vops_char),
Expand Down

[8]ページ先頭

©2009-2026 Movatter.jp