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

Commit8559252

Browse files
committed
Fix a couple of outdated comments now that we have MERGE RETURNING
This has been supported sincec649fa2.Discussion:https://postgr.es/m/CAApHDvpqp6vtUzG-_josUEiBGyqnrnVxJ-VdF+hJLXjHdHzsyQ@mail.gmail.com
1 parentfbd4321 commit8559252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/nodes/plannodes.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ typedef struct PlannedStmt
5353

5454
uint64queryId;/* query identifier (copied from Query) */
5555

56-
boolhasReturning;/* is it insert|update|delete RETURNING? */
56+
boolhasReturning;/* is it insert|update|delete|merge RETURNING? */
5757

58-
boolhasModifyingCTE;/* has insert|update|delete in WITH? */
58+
boolhasModifyingCTE;/* has insert|update|delete|merge in WITH? */
5959

6060
boolcanSetTag;/* do I set the command result tag? */
6161

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp