pgsql: Fix typos in miscinit.c.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typos in miscinit.c.
Date: 2019-12-09 03:46:01
Message-ID: E1ie9zl-0000Y5-2p@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a7472d2b7a36deb3474d3a21f5aba0b643da3065

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-12-09 19:32:17 pgsql: Improve isolationtester's timeout management.
Previous Message Noah Misch 2019-12-08 19:11:33 pgsql: Document search_path security with untrusted dbowner or CREATERO