pgsql: Fix typos in miscinit.c. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Fix typos in miscinit.c.
Date
Msg-id E1ie9zl-0000YA-4t@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix typos in miscinit.c.

Commit f13ea95f9e moved the description of postmaster.pid file contents
from miscadmin.h to pidfile.h, but missed to update the comments in
miscinit.c.

Author: Hadi Moshayedi
Reviewed-by: Amit Kapila
Backpatch-through: 10
Discussion: https://postgr.es/m/CAK=1=WpYEM9x3LGkaxgXaxeYQjnkdW8XLsxrYRTE2Gq-H83FMw@mail.gmail.com

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2ab5c03dc16a8ee029d79a5813c9163d4c1b1ace

Modified Files
--------------
src/backend/utils/init/miscinit.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Document search_path security with untrusted dbowner or CREATERO
Next
From: Tom Lane
Date:
Subject: pgsql: Improve isolationtester's timeout management.