We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd4321 commit 8559252Copy full SHA for 8559252
src/include/nodes/plannodes.h
@@ -53,9 +53,9 @@ typedef struct PlannedStmt
53
54
uint64 queryId; /* query identifier (copied from Query) */
55
56
- bool hasReturning; /* is it insert|update|delete RETURNING? */
+ bool hasReturning; /* is it insert|update|delete|merge RETURNING? */
57
58
- bool hasModifyingCTE; /* has insert|update|delete in WITH? */
+ bool hasModifyingCTE; /* has insert|update|delete|merge in WITH? */
59
60
bool canSetTag; /* do I set the command result tag? */
61
0 commit comments