]> granicus.if.org Git - postgresql/commit
This patch changes quite a few instances of references of Oid's
authorBruce Momjian <bruce@momjian.us>
Sat, 30 Nov 1996 18:07:02 +0000 (18:07 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 30 Nov 1996 18:07:02 +0000 (18:07 +0000)
commit63df35e24943477ad04e4cde6186687c42aa48bb
tree40627c56b099e65665e66f368f98e1a177b73ffc
parentf0a9e64afd1d2401abc269274113e4384bf537b9
This patch changes quite a few instances of references of Oid's
as ints and longs.  Touches on quite a few function args as
well.  Most other files look ok as far as Oids go...still checking
though...

Since Oids are type'd as unsigned ints, they should prolly be used
with the %ud format string in elog and sprintf messages.  Not sure
what kind of strangeness that could produce.

Darren King
src/backend/catalog/index.c
src/backend/catalog/pg_operator.c
src/backend/catalog/pg_type.c
src/backend/commands/remove.c
src/backend/parser/analyze.c
src/backend/parser/catalog_utils.c
src/backend/parser/parse_query.c
src/backend/parser/parser.c
src/backend/tcop/aclchk.c
src/include/parser/catalog_utils.h
src/include/parser/parse_query.h