Remove commented-out code in 026_overwrite_contrecord.pl

From: Imran Zaheer <imran(dot)zhir(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Remove commented-out code in 026_overwrite_contrecord.pl
Date: 2026-04-03 13:56:01
Message-ID: CA+UBfa=qqnpx-B_dTy4KCYEyXCmST_Zv9X1DL3Yw0mccmzOaaQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

There is some unused commented line of code in the tap test file `
026_overwrite_contrecord.pl` [1]. Looks like a left over from earlier test
development.

Remove it for clarity.

Thanks,
Imran Zaheer

[1]:
https://github.com/postgres/postgres/blob/b7b27eb41a5cc0b45a1a9ce5c1cde5883d7bc358/src/test/recovery/t/026_overwrite_contrecord.pl#L61

Attachment Content-Type Size
v1-0001-Remove-commented-code-in-026_overwrite_contrecord.patch text/x-patch 1.1 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Imran Zaheer 2026-04-03 14:14:18 Re: Silence -Wmaybe-uninitialized warnings
Previous Message Etsuro Fujita 2026-04-03 13:55:54 Re: Import Statistics in postgres_fdw before resorting to sampling.