postgresql/src/backend/tcop
Tom Lane a51ec450ff Remove fastpath.c's lame attempt at caching function lookup info across
calls.  This has never actually cached anything, because postgres.c does
each fastpath call as a separate transaction command, and so fastpath.c
would always decide that its cache was outdated.  If it had worked, it
would now be failing for calls of oldstyle functions due to dangling
pointers in the FmgrInfo struct.  Rip it out for simplicity and bug-
proofing.
2001-06-01 15:45:42 +00:00
..
dest.c Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
fastpath.c Remove fastpath.c's lame attempt at caching function lookup info across 2001-06-01 15:45:42 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
postgres.c Add debug_query_string global variable for pgmonitor and debugging use. 2001-04-14 19:11:45 +00:00
pquery.c Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
utility.c Remove OLD_FILE_NAMING code. No longer used. 2001-05-30 20:52:34 +00:00