1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +03:00

Change error message and remove non-functional update message, from

Vadim.
This commit is contained in:
Bruce Momjian
1998-06-16 02:53:26 +00:00
parent a0f95aceb4
commit fce7556d33
2 changed files with 7 additions and 4 deletions

View File

@ -9,7 +9,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.41 1998/06/15 19:29:27 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.42 1998/06/16 02:53:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -74,7 +74,7 @@ if (1) \
if (IsAbortedTransactionBlockState()) \
{ \
elog(NOTICE, "(transaction aborted): %s", \
"queries ignored until END"); \
"all queries ignored until end of transaction block"); \
commandTag = "*ABORT STATE*"; \
break; \
} \