mirror of
https://github.com/postgres/postgres.git
synced 2025-08-22 21:53:06 +03:00
@@ -193,11 +193,6 @@ 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