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

Commit120c5cc

Browse files
committed
Silence compiler warnings about possibly unset variables.
They are in fact set in every case where they are needed, but thecompiler doesn't know that.Per gripe from Tom Lane.
1 parent5e52e9d commit120c5cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/utils/adt/jsonfuncs.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,8 +1283,8 @@ populate_record_worker(PG_FUNCTION_ARGS, bool have_record_arg)
12831283
booluse_json_as_text;
12841284
HTAB*json_hash;
12851285
HeapTupleHeaderrec=NULL;
1286-
OidtupType;
1287-
int32tupTypmod;
1286+
OidtupType=InvalidOid;
1287+
int32tupTypmod=-1;
12881288
TupleDesctupdesc;
12891289
HeapTupleDatatuple;
12901290
HeapTuplerettuple;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp