Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8559252

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

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
uint64 queryId; /* query identifier (copied from Query) */
5555

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

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

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

0 commit comments

Comments
 (0)