Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5ac4e9a

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

File tree

1 file changed

+1
-1
lines changed
  • src/backend/storage/lmgr

1 file changed

+1
-1
lines changed

src/backend/storage/lmgr/proc.c

Lines 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)