File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.69 1998/05/19 18:05:48 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.70 1998/05/26 03:20:00 momjian Exp $
11
11
*
12
12
* NOTES
13
13
* this is the "main" module of the postgres backend and
@@ -1328,7 +1328,7 @@ PostgresMain(int argc, char *argv[])
1328
1328
if (IsUnderPostmaster == false)
1329
1329
{
1330
1330
puts ("\nPOSTGRES backend interactive interface" );
1331
- puts ("$Revision: 1.69 $ $Date: 1998/05/19 18:05:48 $" );
1331
+ puts ("$Revision: 1.70 $ $Date: 1998/05/26 03:20:00 $" );
1332
1332
}
1333
1333
1334
1334
/* ----------------
@@ -1346,7 +1346,7 @@ PostgresMain(int argc, char *argv[])
1346
1346
* (0) tell the frontend we're ready for a new query.
1347
1347
* ----------------
1348
1348
*/
1349
- ReadyForQuery (Remote );
1349
+ ReadyForQuery (whereToSendOutput );
1350
1350
1351
1351
/* ----------------
1352
1352
* (1) read a command.
You can’t perform that action at this time.
0 commit comments