Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
beba7376
Commit
beba7376
authored
Jul 01, 2007
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix comments not updated in recent patch.
parent
070907b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/backend/storage/ipc/procarray.c
src/backend/storage/ipc/procarray.c
+3
-3
No files found.
src/backend/storage/ipc/procarray.c
View file @
beba7376
...
...
@@ -23,7 +23,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/storage/ipc/procarray.c,v 1.2
7 2007/06/29 17:07:39 alvherre
Exp $
* $PostgreSQL: pgsql/src/backend/storage/ipc/procarray.c,v 1.2
8 2007/07/01 02:22:23 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -953,7 +953,7 @@ CountUserBackends(Oid roleid)
*
* If there are other backends in the DB, we will wait a maximum of 5 seconds
* for them to exit. Autovacuum backends are encouraged to exit early by
* sending them SIG
INT
, but normal user backends are just waited for.
* sending them SIG
TERM
, but normal user backends are just waited for.
*
* The current backend is always ignored; it is caller's responsibility to
* check whether the current backend uses the given DB, if it's important.
...
...
@@ -998,7 +998,7 @@ CheckOtherDBBackends(Oid databaseId)
if
(
proc
->
isAutovacuum
)
{
/* an autovacuum --- send it SIG
INT
before sleeping */
/* an autovacuum --- send it SIG
TERM
before sleeping */
int
autopid
=
proc
->
pid
;
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment