From: Michael Paquier Date: Fri, 7 Feb 2020 03:41:10 +0000 (+0900) Subject: Fix typo in proc.c X-Git-Url: http://git.postgresql.org/gitweb/static/session/index.html?a=commitdiff_plain;h=5ac4e9a12c6543414891cd8972b2cd36a08e40cc;p=users%2Frhaas%2Fpostgres.git Fix typo in proc.c Author: Julien Rouhaud Discussion: https://postgr.es/m/20200206082333.GA95343@nol --- diff --git a/src/backend/storage/lmgr/proc.c b/src/backend/storage/lmgr/proc.c index 32df8c85a1..eb321f72ea 100644 --- a/src/backend/storage/lmgr/proc.c +++ b/src/backend/storage/lmgr/proc.c @@ -851,7 +851,7 @@ ProcKill(int code, Datum arg) /* * 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 * leader's PGPROC to the appropriate list. */