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

Commit33881e4

Browse files
committed
Add period to message.
1 parent099b60b commit33881e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/tcop/postgres.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.216 2001/03/2616:59:38 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.217 2001/03/2617:00:54 momjian Exp $
1212
*
1313
* NOTES
1414
* this is the "main" module of the postgres backend and
@@ -1037,7 +1037,7 @@ ProcessInterrupts(void)
10371037
ProcDiePending= false;
10381038
QueryCancelPending= false;/* ProcDie trumps QueryCancel */
10391039
ImmediateInterruptOK= false;/* not idle anymore */
1040-
elog(FATAL,"This connection has been terminated by the administrator");
1040+
elog(FATAL,"This connection has been terminated by the administrator.");
10411041
}
10421042
if (QueryCancelPending)
10431043
{
@@ -1703,7 +1703,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[], const cha
17031703
if (!IsUnderPostmaster)
17041704
{
17051705
puts("\nPOSTGRES backend interactive interface ");
1706-
puts("$Revision: 1.216 $ $Date: 2001/03/2616:59:38 $\n");
1706+
puts("$Revision: 1.217 $ $Date: 2001/03/2617:00:54 $\n");
17071707
}
17081708

17091709
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp