pgsql: Fix the built-in GIN support procedure declarations in pg_proc.h

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix the built-in GIN support procedure declarations in pg_proc.h
Дата
Msg-id E1PbNoD-0008Ek-Ry@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix the built-in GIN support procedure declarations in pg_proc.h.

Add more "internal" arguments so that these pg_proc entries reflect the
current preferred API.  This is purely a cosmetic change, since GIN doesn't
actually consult the pg_proc entry when calling a support function.
Accordingly, no catversion bump.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=a032d50128f30029651806030f71d594ed6b29e1

Modified Files
--------------
src/include/catalog/pg_proc.h |   12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix GIN to support null keys, empty and null items, and full ind
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Ooops, forgot to fix contrib/tsearch2's references to GIN suppor