pgsql: Improve comment about GetWALAvailability's WALAVAIL_REMOVED code

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve comment about GetWALAvailability's WALAVAIL_REMOVED code
Date: 2023-01-19 23:41:34
Message-ID: E1pIeXG-004WuX-66@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve comment about GetWALAvailability's WALAVAIL_REMOVED code.

Sirisha Chamarthi and Kyotaro Horiguchi

Discussion: https://postgr.es/m/CAKrAKeXt-=bgm=d+EDmcC9kWoikp8kbVb3LH0K3K+AGGsykpHQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1ca604c2018456f2da357d944e0f03c3efaeb00d

Modified Files
--------------
src/backend/access/transam/xlog.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2023-01-20 00:07:51 pgsql: Use appendStringInfoSpaces in more places
Previous Message Tom Lane 2023-01-19 21:21:52 pgsql: Fix ts_headline() to handle ORs and phrase queries more honestly