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

Commitbeba737

Browse files
committed
Fix comments not updated in recent patch.
1 parent070907b commitbeba737

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/storage/ipc/procarray.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
*
2525
* IDENTIFICATION
26-
* $PostgreSQL: pgsql/src/backend/storage/ipc/procarray.c,v 1.27 2007/06/29 17:07:39 alvherre Exp $
26+
* $PostgreSQL: pgsql/src/backend/storage/ipc/procarray.c,v 1.28 2007/07/01 02:22:23 tgl Exp $
2727
*
2828
*-------------------------------------------------------------------------
2929
*/
@@ -953,7 +953,7 @@ CountUserBackends(Oid roleid)
953953
*
954954
* If there are other backends in the DB, we will wait a maximum of 5 seconds
955955
* for them to exit. Autovacuum backends are encouraged to exit early by
956-
* sending themSIGINT, but normal user backends are just waited for.
956+
* sending themSIGTERM, but normal user backends are just waited for.
957957
*
958958
* The current backend is always ignored; it is caller's responsibility to
959959
* check whether the current backend uses the given DB, if it's important.
@@ -998,7 +998,7 @@ CheckOtherDBBackends(Oid databaseId)
998998

999999
if (proc->isAutovacuum)
10001000
{
1001-
/* an autovacuum --- send itSIGINT before sleeping */
1001+
/* an autovacuum --- send itSIGTERM before sleeping */
10021002
intautopid=proc->pid;
10031003

10041004
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp