]> 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:57 +0000 (02:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 10 Apr 2003 02:47:57 +0000 (02:47 +0000)
commit19f60754e1ff71cbb4859cae43f20af1e78dea83
treed04a584beedf5815a6e224413171a84d15c64e41
parent6ee2c293545cbc11c3ee7510d97a1a808c5d9f38
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