On Fri, Jul 10, 2026 at 2:03 PM Etsuro Fujita <[email protected]> wrote:
> Committed and back-patched.

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.

Best regards,
Etsuro Fujita

Attachment: GetDatum-cleanup.patch
Description: Binary data

Reply via email to