postgresql/contrib/pg_logicalinspect
Michael Paquier d92e98340f Fix more Datum conversion inconsistencies
This is a continuation of the work done in ac59a90bef.  The
*GetDatum() macros for output should match with what the SQL functions
use as DatumGet*() in input.

Aleksander has spotted some of the areas patched here, for pageinspect.
I have spotted the rest while digging into the state of the tree.

There is no behavior change after this commit, since all the affected
values are small enough that the signed bit is never used.

Author: Aleksander Alekseev <aleksander@tigerdata.com>
Author: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/afLsqRjVqKK8hhKk@paquier.xyz
2026-07-08 13:22:50 +09:00
..
expected pg_logicalinspect: Fix possible crash when passing a directory path. 2025-03-11 09:56:40 -07:00
specs pg_logicalinspect: Stabilize isolation tests. 2025-03-11 09:30:00 -07:00
sql pg_logicalinspect: Fix possible crash when passing a directory path. 2025-03-11 09:56:40 -07:00
.gitignore
logicalinspect.conf
Makefile pg_logicalinspect: Fix possible crash when passing a directory path. 2025-03-11 09:56:40 -07:00
meson.build Update copyright for 2026 2026-01-01 13:24:10 -05:00
pg_logicalinspect--1.0.sql
pg_logicalinspect.c Fix more Datum conversion inconsistencies 2026-07-08 13:22:50 +09:00
pg_logicalinspect.control