[COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit.
Дата
Msg-id E1cZUc7-0001gM-ES@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ed807fda6d5102537daa5d725e716555cbc49f44

Modified Files
--------------
contrib/pageinspect/hashfuncs.c               | 28 +++++++++++++--------------
contrib/pageinspect/pageinspect--1.5--1.6.sql | 10 +++++-----
2 files changed, 19 insertions(+), 19 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: pageinspect: Support hash indexes.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit.