Re: Use correct type for catalog_xmin
Fujii Masao <masao.fujii@gmail.com>
From: Fujii Masao <masao.fujii@gmail.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>,
Imran Zaheer <imran.zhir@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2026-06-08T23:21:43Z
Lists: pgsql-hackers
On Mon, Jun 8, 2026 at 3:07 PM Amit Kapila <amit.kapila16@gmail.com> wrote: > > This does not seem to cause any functional issue even without the fix, > > since the variable is only used for an equality check. However, the type > > is clearly incorrect, so I think it's better to backpatch it through v17. > > > > +1. Yeah! I've pushed the patch and backpatched it to v17. Thanks! Regards, -- Fujii Masao
Commits
-
Use correct type for catalog_xmin
- 9db452c23550 17 (unreleased) landed
- beb09e911735 18 (unreleased) landed
- bd4bd30ce6a7 19 (unreleased) landed
-
Fix excessive logging in idle slotsync worker.
- 85c17f612af7 19 (unreleased) cited