postgresql/src/include/parser
Bruce Momjian 63df35e249 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
1996-11-30 18:07:02 +00:00
..
catalog_utils.h This patch changes quite a few instances of references of Oid's 1996-11-30 18:07:02 +00:00
dbcommands.h Clean up th ecompile process by centralizing the include files 1996-08-28 07:27:54 +00:00
gramparse.h All external function definitions now have prototypes that are checked. 1996-11-10 03:06:38 +00:00
keywords.h Clean up th ecompile process by centralizing the include files 1996-08-28 07:27:54 +00:00
parse_query.h This patch changes quite a few instances of references of Oid's 1996-11-30 18:07:02 +00:00
parse_state.h Make sure all the cleaned includes are commited 1996-11-04 12:12:52 +00:00
parsetree.h Okay...this pretty much cleans out the include files. 1996-11-06 10:31:02 +00:00
scansup.h Clean up th ecompile process by centralizing the include files 1996-08-28 07:27:54 +00:00
sysfunc.h Clean up th ecompile process by centralizing the include files 1996-08-28 07:27:54 +00:00