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

  1. Use correct type for catalog_xmin

  2. Fix excessive logging in idle slotsync worker.