From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix mixups of FooGetDatum() vs. DatumGetFoo() |
Date: | 2025-08-05 08:58:43 |
Message-ID: | E1ujDVL-000qiK-0Z@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Fix mixups of FooGetDatum() vs. DatumGetFoo()
Some of these were accidentally reversed, but there was no ill effect.
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://www.postgresql.org/message-id/flat/8246d7ff-f4b7-4363-913e-827dadfeb145%40eisentraut.org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/1469e312977c8a5baeb1f9cb4222d171faf285b3
Modified Files
--------------
contrib/pageinspect/btreefuncs.c | 2 +-
contrib/pageinspect/gistfuncs.c | 4 ++--
src/backend/access/common/printsimple.c | 2 +-
src/backend/access/nbtree/nbtcompare.c | 4 ++--
src/backend/access/transam/xlog.c | 6 +++---
5 files changed, 9 insertions(+), 9 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2025-08-05 09:46:33 | pgsql: Throw ERROR when publish_generated_columns is specified without |
Previous Message | Andrew Dunstan | 2025-08-04 19:37:40 | pgsql: fix apparent typo in release notes |