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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a032d50128f30029651806030f71d594ed6b29e1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-01-08T01:40:48Z
Releases: 9.1.0
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.

Files

PathChange+/−
src/include/catalog/pg_proc.h modified +6 −6