aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpython.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-06-01 15:45:42 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-06-01 15:45:42 +0000
commita51ec450ff6d9a6c8ebd2213ae96f6f14b5d0f63 (patch)
tree5fb4799d07b0d244da7d0b0d62925d7d9256628d /src/pl/plpython/plpython.c
parentcfd184371e8948c9d856db124420354131440ef8 (diff)
downloadpostgresql-a51ec450ff6d9a6c8ebd2213ae96f6f14b5d0f63.tar.gz
postgresql-a51ec450ff6d9a6c8ebd2213ae96f6f14b5d0f63.zip
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.
Diffstat (limited to 'src/pl/plpython/plpython.c')
0 files changed, 0 insertions, 0 deletions