pgsql: Remove mention of TimeLineID update from comments

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove mention of TimeLineID update from comments
Date: 2021-12-01 13:21:20
Message-ID: E1msPY0-0005lh-Kc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove mention of TimeLineID update from comments

Commit 4a92a1c3d removed the TimeLineID update from RecoveryInProgress,
update comments accordingly.

Author: Amul Sul <sulamul(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAAJ_b96wyzs8N45jc-kYd-bTE02hRWQieLZRpsUtNbhap7_PuQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/018b800245c5d4db30d204fa42fada05a64eb287

Modified Files
--------------
src/backend/access/transam/xlog.c | 4 ++--
src/backend/postmaster/checkpointer.c | 6 +-----
2 files changed, 3 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2021-12-01 13:58:01 pgsql: Document that tar archives are now properly terminated.
Previous Message Daniel Gustafsson 2021-12-01 11:49:33 Re: pgsql: Add TAP tests for contrib/sslinfo