pgsql: Fix some comments in proc.h

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix some comments in proc.h
Date: 2022-10-15 03:22:58
Message-ID: E1ojXlJ-002QTt-Sr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix some comments in proc.h

There was a typo and two places where delayChkpt was still mentioned,
but it is called delayChkptFlags these days.

Author: David Christensen
Discussion: https://postgr.es/m/CAOxo6XLB=ab_Y9jRw4iKyMZDns0wo=EGSRvijhhaL67RzqbtMg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1054c604bcdbae5de42beab2f60da7b0067cd4bb

Modified Files
--------------
src/include/storage/proc.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2022-10-15 18:23:27 pgsql: Disallow MERGE cleanly for foreign partitions
Previous Message Andres Freund 2022-10-14 18:14:41 pgsql: pgstat: Track time of the last scan of a relation