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

Commit099b60b

Browse files
committed
Change message to _the_ administrator. There is only one administrative
account.This connection has been terminated by the administrator.
1 parent7e733dc commit099b60b

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.215 2001/03/23 18:26:01 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.216 2001/03/26 16:59:38 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 byan administrator");
1040+
elog(FATAL,"This connection has been terminated bythe 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.215 $ $Date: 2001/03/23 18:26:01 $\n");
1706+
puts("$Revision: 1.216 $ $Date: 2001/03/26 16:59:38 $\n");
17071707
}
17081708

17091709
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp