postgresql/src/include/nodes
Tom Lane 0b370ea7c8 Clean up some minor problems exposed by further thought about Panon's bug
report on old-style functions invoked by RI triggers.  We had a number of
other places that were being sloppy about which memory context FmgrInfo
subsidiary data will be allocated in.  Turns out none of them actually
cause a problem in 7.1, but this is for arcane reasons such as the fact
that old-style triggers aren't supported anyway.  To avoid getting burnt
later, I've restructured the trigger support so that we don't keep trigger
FmgrInfo structs in relcache memory.  Some other related cleanups too:
it's not really necessary to call fmgr_info at all while setting up
the index support info in relcache entries, because those ScanKeyEntry
structs are never used to invoke the functions.  This should speed up
relcache initialization a tiny bit.
2001-06-01 02:41:36 +00:00
..
execnodes.h Clean up some minor problems exposed by further thought about Panon's bug 2001-06-01 02:41:36 +00:00
makefuncs.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
memnodes.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
nodeFuncs.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
nodes.h Undo pgindent brain damage, so that node type numbers can once again be 2001-04-24 00:08:38 +00:00
params.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
parsenodes.h Print error on SELECT tab FROM tab: 2001-05-21 18:42:08 +00:00
pg_list.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
plannodes.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
primnodes.h Rewrite of planner statistics-gathering code. ANALYZE is now available as 2001-05-07 00:43:27 +00:00
print.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
readfuncs.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
relation.h Modify optimizer data structures so that IndexOptInfo lists built for 2001-05-20 20:28:20 +00:00