Commit 5ac4e9a1 authored by Michael Paquier's avatar Michael Paquier

Fix typo in proc.c

Author: Julien Rouhaud
Discussion: https://postgr.es/m/20200206082333.GA95343@nol
parent dcddc3f8
...@@ -851,7 +851,7 @@ ProcKill(int code, Datum arg) ...@@ -851,7 +851,7 @@ ProcKill(int code, Datum arg)
/* /*
* Detach from any lock group of which we are a member. If the leader * Detach from any lock group of which we are a member. If the leader
* exist before all other group members, it's PGPROC will remain allocated * exist before all other group members, its PGPROC will remain allocated
* until the last group process exits; that process must return the * until the last group process exits; that process must return the
* leader's PGPROC to the appropriate list. * leader's PGPROC to the appropriate list.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment