aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2020-02-07 12:41:10 +0900
committerMichael Paquier <michael@paquier.xyz>2020-02-07 12:41:10 +0900
commit5ac4e9a12c6543414891cd8972b2cd36a08e40cc (patch)
treeca4ba6fd2c364e3eccfefb6d0519b1f7bff1d78e
parentdcddc3f813ff39d0e33c2b7c77092a6c0b0e9d0b (diff)
downloadpostgresql-5ac4e9a12c6543414891cd8972b2cd36a08e40cc.tar.gz
postgresql-5ac4e9a12c6543414891cd8972b2cd36a08e40cc.zip
Fix typo in proc.c
Author: Julien Rouhaud Discussion: https://postgr.es/m/20200206082333.GA95343@nol
-rw-r--r--src/backend/storage/lmgr/proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/lmgr/proc.c b/src/backend/storage/lmgr/proc.c
index 32df8c85a10..eb321f72ea4 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.
*/