mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Fix for postgres started from command line, sends 'Z' protocol
flag.
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.69 1998/05/19 18:05:48 momjian Exp $
|
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.70 1998/05/26 03:20:00 momjian Exp $
|
||||||
*
|
*
|
||||||
* NOTES
|
* NOTES
|
||||||
* this is the "main" module of the postgres backend and
|
* this is the "main" module of the postgres backend and
|
||||||
@ -1328,7 +1328,7 @@ PostgresMain(int argc, char *argv[])
|
|||||||
if (IsUnderPostmaster == false)
|
if (IsUnderPostmaster == false)
|
||||||
{
|
{
|
||||||
puts("\nPOSTGRES backend interactive interface");
|
puts("\nPOSTGRES backend interactive interface");
|
||||||
puts("$Revision: 1.69 $ $Date: 1998/05/19 18:05:48 $");
|
puts("$Revision: 1.70 $ $Date: 1998/05/26 03:20:00 $");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----------------
|
/* ----------------
|
||||||
@ -1346,7 +1346,7 @@ PostgresMain(int argc, char *argv[])
|
|||||||
* (0) tell the frontend we're ready for a new query.
|
* (0) tell the frontend we're ready for a new query.
|
||||||
* ----------------
|
* ----------------
|
||||||
*/
|
*/
|
||||||
ReadyForQuery(Remote);
|
ReadyForQuery(whereToSendOutput);
|
||||||
|
|
||||||
/* ----------------
|
/* ----------------
|
||||||
* (1) read a command.
|
* (1) read a command.
|
||||||
|
Reference in New Issue
Block a user