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

From Tom Lane
Subject pgsql: Fix the built-in GIN support procedure declarations in pg_proc.h
Date
Msg-id E1PbNoD-0008Ek-Ry@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix GIN to support null keys, empty and null items, and full ind
Next
From: Tom Lane
Date:
Subject: pgsql: Ooops, forgot to fix contrib/tsearch2's references to GIN suppor