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

Commita440f8e

Browse files
author
Thomas G. Lockhart
committed
Remove trailing period from an elog message.
Most other messages do not have one.
1 parent53026db commita440f8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/access/nbtree/nbtinsert.c

Lines changed: 2 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/nbtree/nbtinsert.c,v 1.21 1997/11/20 23:20:16 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtinsert.c,v 1.22 1997/12/09 01:40:30 thomas Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -123,7 +123,7 @@ _bt_doinsert(Relation rel, BTItem btitem, bool index_is_unique, Relation heapRel
123123
htup=heap_fetch(heapRel, true,&(itup->t_tid),NULL);
124124
if (htup!= (HeapTuple)NULL)
125125
{/* it is a duplicate */
126-
elog(WARN,"Cannot insert a duplicate key into a unique index.");
126+
elog(WARN,"Cannot insert a duplicate key into a unique index");
127127
}
128128
/* get next offnum */
129129
if (offset<maxoff)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp