|
23 | 23 | *
|
24 | 24 | *
|
25 | 25 | * 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 $ |
27 | 27 | *
|
28 | 28 | *-------------------------------------------------------------------------
|
29 | 29 | */
|
@@ -953,7 +953,7 @@ CountUserBackends(Oid roleid)
|
953 | 953 | *
|
954 | 954 | * If there are other backends in the DB, we will wait a maximum of 5 seconds
|
955 | 955 | * 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. |
957 | 957 | *
|
958 | 958 | * The current backend is always ignored; it is caller's responsibility to
|
959 | 959 | * check whether the current backend uses the given DB, if it's important.
|
@@ -998,7 +998,7 @@ CheckOtherDBBackends(Oid databaseId)
|
998 | 998 |
|
999 | 999 | if (proc->isAutovacuum)
|
1000 | 1000 | {
|
1001 |
| -/* an autovacuum --- send itSIGINT before sleeping */ |
| 1001 | +/* an autovacuum --- send itSIGTERM before sleeping */ |
1002 | 1002 | intautopid=proc->pid;
|
1003 | 1003 |
|
1004 | 1004 | /*
|
|