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

Commit90f5412

Browse files
committed
Fix use of uninitialized value in previous commit.
Per buildfarm member akepa and others. Back-patch to v16 and v15.Discussion:https://postgr.es/m/20240924224352.93.nmisch@google.com
1 parent51ff46d commit90f5412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/executor/nodeModifyTable.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2846,7 +2846,7 @@ ExecMergeMatched(ModifyTableContext *context, ResultRelInfo *resultRelInfo,
28462846
* If there are no WHEN MATCHED actions, we are done.
28472847
*/
28482848
if (resultRelInfo->ri_matchedMergeAction==NIL)
2849-
gotoout;
2849+
returnno_further_action;
28502850

28512851
/*
28522852
* Make tuple and any needed join variables available to ExecQual and

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp