]> granicus.if.org Git - postgresql/commit
Revert an ill-considered portion of my patch of 12-Mar, which tried to save a
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Jun 2007 18:57:29 +0000 (18:57 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Jun 2007 18:57:29 +0000 (18:57 +0000)
commit6775c0108039a13458004d893e4a17b4ae3fae9d
treeb6d42449d0dfff50ef52fc8ce9a59dd298d8c107
parent23347231a53bc373710db71559a194d87f60a7cb
Revert an ill-considered portion of my patch of 12-Mar, which tried to save a
few lines in sql_exec_error_callback() by using the function source string
field that the patch added to SQL function cache entries.  This doesn't work
because the fn_extra field isn't filled in yet during init_sql_fcache().
Probably it could be made to work, but it doesn't seem appropriate to contort
the main code paths to make an error-reporting path a tad faster.  Per report
from Pavel Stehule.
src/backend/executor/functions.c