Thread
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Optimize fast-path FK checks with batched index probes
- b7b27eb41a5c 19 (unreleased) cited
-
Remove commented-out code in 026_overwrite_contrecord.pl
Imran Zaheer <imran.zhir@gmail.com> — 2026-04-03T13:56:01Z
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
-
Re: Remove commented-out code in 026_overwrite_contrecord.pl
vignesh C <vignesh21@gmail.com> — 2026-04-06T09:40:50Z
On Fri, 3 Apr 2026 at 19:26, Imran Zaheer <imran.zhir@gmail.com> wrote: > > 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. I agree with you, +1 to remove this. Regards, Vignesh
-
Re: Remove commented-out code in 026_overwrite_contrecord.pl
Michael Paquier <michael@paquier.xyz> — 2026-04-08T02:17:30Z
On Mon, Apr 06, 2026 at 03:10:50PM +0530, vignesh C wrote: > I agree with you, +1 to remove this. Thanks. This is cosmetic, so I have grabbed that for later, saved it on a staging branch with a bunch of other things. -- Michael