On Fri, Jul 17, 2026 at 6:59 PM Etsuro Fujita <[email protected]> wrote:
> Here is a (further) cleanup:
>
> postgres_fdw passes the remote-server version, which is of type int,
> to the new stats-import functions, using UInt32GetDatum not
> Int32GetDatum.  This is completely harmless because the version is 1)
> positive and 2) currently ignored in those functions, but let's modify
> that code to use Int32GetDatum for consistency.  Attached is a small
> patch for that.  I'll push and back-patch it if no objections.

Pushed and backpatched to v19.

Best regards,
Etsuro Fujita


Reply via email to