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

Appearance settings

Commit 5ac4e9a

Browse filesBrowse files
committed
Fix typo in proc.c
Author: Julien Rouhaud Discussion: https://postgr.es/m/20200206082333.GA95343@nol
1 parent dcddc3f commit 5ac4e9a
Copy full SHA for 5ac4e9a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
  • src/backend/storage/lmgr
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/backend/storage/lmgr/proc.c

Copy file name to clipboardExpand all lines: src/backend/storage/lmgr/proc.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ ProcKill(int code, Datum arg)
851851

852852
/*
853853
* Detach from any lock group of which we are a member. If the leader
854-
* exist before all other group members, it's PGPROC will remain allocated
854+
* exist before all other group members, its PGPROC will remain allocated
855855
* until the last group process exits; that process must return the
856856
* leader's PGPROC to the appropriate list.
857857
*/

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.