File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ EndCommand(const QueryCompletion *qc, CommandDest dest, bool force_undecorated_o
176
176
177
177
len = BuildQueryCompletionString (completionTag , qc ,
178
178
force_undecorated_output );
179
- pq_putmessage (PqMsg_Close , completionTag , len + 1 );
179
+ pq_putmessage (PqMsg_CommandComplete , completionTag , len + 1 );
180
180
181
181
case DestNone :
182
182
case DestDebug :
@@ -200,7 +200,7 @@ EndCommand(const QueryCompletion *qc, CommandDest dest, bool force_undecorated_o
200
200
void
201
201
EndReplicationCommand (const char * commandTag )
202
202
{
203
- pq_putmessage (PqMsg_Close , commandTag , strlen (commandTag ) + 1 );
203
+ pq_putmessage (PqMsg_CommandComplete , commandTag , strlen (commandTag ) + 1 );
204
204
}
205
205
206
206
/* ----------------
You can’t perform that action at this time.
0 commit comments