Fix mixups of FooGetDatum() vs. DatumGetFoo()
Peter Eisentraut <peter@eisentraut.org>
Author:
Peter Eisentraut <peter@eisentraut.org>
Date: 2025-08-05T08:53:49Z
Releases:
19 (unreleased)
Fix mixups of FooGetDatum() vs. DatumGetFoo() Some of these were accidentally reversed, but there was no ill effect. Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://www.postgresql.org/message-id/flat/8246d7ff-f4b7-4363-913e-827dadfeb145%40eisentraut.org
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pageinspect/btreefuncs.c | modified | +1 −1 |
| contrib/pageinspect/gistfuncs.c | modified | +2 −2 |
| src/backend/access/common/printsimple.c | modified | +1 −1 |
| src/backend/access/nbtree/nbtcompare.c | modified | +2 −2 |
| src/backend/access/transam/xlog.c | modified | +3 −3 |
Discussion
- Datum as struct 16 messages · 2025-07-31 → 2025-08-21