Remove obsolate comments from 047_checkpoint_physical_slot - Mailing list pgsql-hackers

From Hayato Kuroda (Fujitsu)
Subject Remove obsolate comments from 047_checkpoint_physical_slot
Date
Msg-id OSCPR01MB149663A99DAF2826BE691C23DF51FA@OSCPR01MB14966.jpnprd01.prod.outlook.com
Whole thread Raw
Responses RE: Remove obsolate comments from 047_checkpoint_physical_slot
List pgsql-hackers
Dear hackers,
(CC: Alexander, who is an original committer)

While reviewing others, I found $SUBJECT.
Initially the tests inserted 2M tuples twice, and 4464fddf improves to use the advance_wal().
However, code comments in the test missed to be updated.
PSA the fix patch.

This exists PG17+, which has the same TAP test.

Best regards,
Hayato Kuroda
FUJITSU LIMITED


Attachment

pgsql-hackers by date:

Previous
From: Rishu Bagga
Date:
Subject: [PATCH] Write Notifications Through WAL
Next
From: Peter Smith
Date:
Subject: Re: [WIP]Vertical Clustered Index (columnar store extension) - take2