]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Further cleanup for commit 54cd6fc83.
authorEtsuro Fujita <efujita@postgresql.org>
Sat, 18 Jul 2026 18:50:01 +0000 (03:50 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Sat, 18 Jul 2026 18:50:01 +0000 (03:50 +0900)
commit5951bf2ba56cd4806955fb6299529bde026de1ac
tree33a5a98640ea7874bbb58782300ab1ac3c433757
parent8bc479627ec4a361cbcaa2b10877b5af766c6349
Further cleanup for commit 54cd6fc83.

Commit 54cd6fc83 set the version argument for the stats-import functions
introduced by that commit, which is of type int, using UInt32GetDatum,
not Int32GetDatum.  This would be completely harmless as it's positive
and currently ignored in the functions, but let's fix that code to use
Int32GetDatum for consistency.

Author: Etsuro Fujita <etsuro.fujita@gmail.com>
Discussion: https://postgr.es/m/CAPmGK14aremJGrPezVwFqWt7dnrMhD3KF1DgzsRygAUPETBU7w%40mail.gmail.com
Backpatch-through: 19
contrib/postgres_fdw/postgres_fdw.c