mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Modified files for MERGE
This commit is contained in:
@@ -193,6 +193,11 @@ ProcessQuery(PlannedStmt *plan,
|
||||
"DELETE " UINT64_FORMAT,
|
||||
queryDesc->estate->es_processed);
|
||||
break;
|
||||
case CMD_MERGE:
|
||||
snprintf(completionTag, COMPLETION_TAG_BUFSIZE,
|
||||
"MERGE " UINT64_FORMAT,
|
||||
queryDesc->estate->es_processed);
|
||||
break;
|
||||
default:
|
||||
strcpy(completionTag, "???");
|
||||
break;
|
||||
|
Reference in New Issue
Block a user