Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfce7556

Browse files
committed
Change error message and remove non-functional update message, from
Vadim.
1 parenta0f95ac commitfce7556

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

‎src/backend/access/heap/heapam.c

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.28 1998/06/15 19:27:51 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.29 1998/06/16 02:53:25 momjian Exp $
1111
*
1212
*
1313
* INTERFACE ROUTINES
@@ -1202,7 +1202,10 @@ heap_delete(Relation relation, ItemPointer tid)
12021202
Assert(HeapTupleIsValid(tp));
12031203
if (TupleUpdatedByCurXactAndCmd(tp))
12041204
{
1205-
elog(NOTICE,"Non-functional delete, tuple already deleted");
1205+
/*
1206+
Vadim says this is no longer needed 1998/6/15
1207+
elog(NOTICE, "Non-functional delete, tuple already deleted");
1208+
*/
12061209
if (IsSystemRelationName(RelationGetRelationName(relation)->data))
12071210
RelationUnsetLockForWrite(relation);
12081211
ReleaseBuffer(b);

‎src/backend/tcop/utility.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.41 1998/06/15 19:29:27 momjian Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.42 1998/06/16 02:53:26 momjian Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -74,7 +74,7 @@ if (1) \
7474
if (IsAbortedTransactionBlockState()) \
7575
{ \
7676
elog(NOTICE, "(transaction aborted): %s", \
77-
"queries ignored untilEND"); \
77+
"allqueries ignored untilend of transaction block"); \
7878
commandTag = "*ABORT STATE*"; \
7979
break; \
8080
} \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp