]> granicus.if.org Git - postgresql/commit
pageinspect: Try to fix some bugs in previous commit.
authorRobert Haas <rhaas@postgresql.org>
Fri, 3 Feb 2017 03:29:29 +0000 (22:29 -0500)
committerRobert Haas <rhaas@postgresql.org>
Fri, 3 Feb 2017 03:32:06 +0000 (22:32 -0500)
commited807fda6d5102537daa5d725e716555cbc49f44
tree323877bcdbcd74436e23a8b16e49b2beb2594f11
parentfd6cd698031d3dbeccafde49a8b118cb840312aa
pageinspect: Try to fix some bugs in previous commit.

Commit 08bf6e529587e1e9075d013d859af2649c32a511 seems not to have
used the correct *GetDatum and PG_GETARG_* macros for the SQL types
in some cases, and some of the SQL types seem to have been poorly
chosen, too.  Try to fix it.  I'm not sure if this is the reason
why the buildfarm is currently unhappy with this code, but it
seems like a good place to start.

Buildfarm unhappiness reported by Tom Lane.
contrib/pageinspect/hashfuncs.c
contrib/pageinspect/pageinspect--1.5--1.6.sql