pgsql: Further cleanup for commit 54cd6fc83. - Mailing list pgsql-committers

From Etsuro Fujita
Subject pgsql: Further cleanup for commit 54cd6fc83.
Date
Msg-id E1wlAA0-0000Ra-1p@gemulon.postgresql.org
Whole thread
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d4046a480539056a4f805faf8d0c13beac403ccb

Modified Files
--------------
contrib/postgres_fdw/postgres_fdw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix edge case in remove_useless_result_rtes() with outer joins.
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc PG 19 relnotes: update to current