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

Commit2885881

Browse files
committed
Fix blatantly broken record_image_cmp() logic for pass-by-value fields.
Doesn't anybody here pay attention to compiler warnings?
1 parent08612f4 commit2885881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1430,7 +1430,7 @@ record_image_cmp(FunctionCallInfo fcinfo)
14301430
*/
14311431
if (!nulls1[i1]|| !nulls2[i2])
14321432
{
1433-
intcmpresult;
1433+
intcmpresult=0;
14341434

14351435
if (nulls1[i1])
14361436
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp