pgsql: Clarify some comments around SharedRecoveryState in xlog.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clarify some comments around SharedRecoveryState in xlog.c
Date: 2021-02-06 01:31:03
Message-ID: E1l8CRD-00038O-Tf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clarify some comments around SharedRecoveryState in xlog.c

SharedRecoveryState has been switched from a boolean to an enum as of
commit 4e87c48, but some comments still referred to it as a boolean.

Author: Amul Sul
Reviewed-by: Dilip Kumar, Kyotaro Horiguchi
Discussion: https://postgr.es/m/CAAJ_b97Hf+1SXnm8jySpO+Fhm+-VKFAAce1T_cupUYtnE3Nxig

Branch
------
master

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

Modified Files
--------------
src/backend/access/transam/xlog.c | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-02-06 20:17:29 pgsql: Disallow converting an inheritance child table to a view.
Previous Message Robert Haas 2021-02-05 21:09:06 pgsql: Generalize parallel slot result handling.