]> granicus.if.org Git - postgresql/commit
Remove premature attempt to constant-fold type coercion expressions.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 10 Apr 2003 02:47:46 +0000 (02:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 10 Apr 2003 02:47:46 +0000 (02:47 +0000)
commitda2060e5fde1352e10a96d38a8c82f72e37ada77
tree500b80514ce87c9b3203aafcdc662ed02f773869
parenta6554df4f77b36249d8192c18e2af70cbfe2b0bf
Remove premature attempt to constant-fold type coercion expressions.
While usually safe, this fails if the coercion function needs the
query snapshot to be set already.  Per example from Nigel Andrews.
src/backend/parser/parse_coerce.c