mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
pgindent run for 9.0
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/tcop/dest.c,v 1.77 2010/01/30 20:09:53 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/tcop/dest.c,v 1.78 2010/02/26 02:01:01 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -142,9 +142,10 @@ EndCommand(const char *commandTag, CommandDest dest)
|
||||
{
|
||||
case DestRemote:
|
||||
case DestRemoteExecute:
|
||||
|
||||
/*
|
||||
* We assume the commandTag is plain ASCII and therefore
|
||||
* requires no encoding conversion.
|
||||
* We assume the commandTag is plain ASCII and therefore requires
|
||||
* no encoding conversion.
|
||||
*/
|
||||
pq_putmessage('C', commandTag, strlen(commandTag) + 1);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user