OSDN Git Service

Fix the built-in GIN support procedure declarations in pg_proc.h.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 8 Jan 2011 01:40:48 +0000 (20:40 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 8 Jan 2011 01:40:48 +0000 (20:40 -0500)
commita032d50128f30029651806030f71d594ed6b29e1
tree3c39f7329dae0a476b7b54cbb42261d70572dc15
parent73912e7fbd1b52c51d914214abbec1cda64595f2
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.
src/include/catalog/pg_proc.h