pgsql: Fix obsolete comment in commit_ts.c.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix obsolete comment in commit_ts.c.
Date: 2022-08-09 01:01:29
Message-ID: E1oLDcf-000xE3-8Z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix obsolete comment in commit_ts.c.

Commit 08aa89b removed COMMIT_TS_SETTS, but left a reference in a
comment.

Author: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Discussion: https://postgr.es/m/20220726173343.GA154110%40nathanxps13

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/670475b2fa4bc683edf3d595292ce696496f6b49

Modified Files
--------------
src/backend/access/transam/commit_ts.c | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2022-08-09 02:23:43 pgsql: Fix mismatched file identifications
Previous Message Thomas Munro 2022-08-08 23:59:02 pgsql: Fix obsolete comments in instr_time.h.