pgsql: Fix comments in recovery tests

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comments in recovery tests
Date: 2025-09-25 13:28:56
Message-ID: E1v1m1o-0000wv-15@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comments in recovery tests

Commit 4464fddf removed the large insertions but missed to remove
all the comments referring to them. Also remove a superfluous ')'
in another comment.

Author: Hayato Kuroda <kuroda(dot)hayato(at)fujitsu(dot)com>
Reviewed-by: Michael Paquier <michael(at)paquier(dot)xyz>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://postgr.es/m/OSCPR01MB149663A99DAF2826BE691C23DF51FA@OSCPR01MB14966.jpnprd01.prod.outlook.com

Branch
------
master

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

Modified Files
--------------
src/test/recovery/t/046_checkpoint_logical_slot.pl | 2 +-
src/test/recovery/t/047_checkpoint_physical_slot.pl | 4 +---
2 files changed, 2 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-09-25 13:29:24 pgsql: Remove preprocessor guards from injection points
Previous Message Álvaro Herrera 2025-09-25 12:53:52 pgsql: Don't include execnodes.h in replication/conflict.h