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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix the built-in GIN support procedure declarations in pg_proc.h
Date: 2011-01-08 01:41:33
Message-ID: E1PbNoD-0008Ek-Ry@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-01-08 02:11:09 pgsql: Ooops, forgot to fix contrib/tsearch2's references to GIN suppor
Previous Message Tom Lane 2011-01-08 00:17:34 pgsql: Fix GIN to support null keys, empty and null items, and full ind