agora inbox for pgsql-committers@postgresql.org  
help / color / mirror / Atom feed
pgsql: Further cleanup for commit 54cd6fc83.
2+ messages / 1 participants
[nested] [flat]

* pgsql: Further cleanup for commit 54cd6fc83.
@ 2026-07-18 18:53 Etsuro Fujita <efujita@postgresql.org>
  0 siblings, 0 replies; 2+ messages in thread

From: Etsuro Fujita @ 2026-07-18 18:53 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

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(-)



^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* pgsql: Further cleanup for commit 54cd6fc83.
@ 2026-07-18 18:53 Etsuro Fujita <efujita@postgresql.org>
  0 siblings, 0 replies; 2+ messages in thread

From: Etsuro Fujita @ 2026-07-18 18:53 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

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
------
REL_19_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5951bf2ba56cd4806955fb6299529bde026de1ac

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



^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2026-07-18 18:53 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2026-07-18 18:53 pgsql: Further cleanup for commit 54cd6fc83. Etsuro Fujita <efujita@postgresql.org>
2026-07-18 18:53 pgsql: Further cleanup for commit 54cd6fc83. Etsuro Fujita <efujita@postgresql.org>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox