summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane2007-05-01 18:54:17 +0000
committerTom Lane2007-05-01 18:54:17 +0000
commit3afb834ab6eb8157b5f694791a43994473f97b45 (patch)
treee110192be45ee5f510bda9ea9c7ef0fa25544527 /doc/src
parent2e8a8eabcfb5ac4251207d17bf3baa15de5b0f4d (diff)
Fix a thinko in my patch of a couple months ago for bug #3116: it did the
wrong thing when inlining polymorphic SQL functions, because it was using the function's declared return type where it should have used the actual result type of the current call. In 8.1 and 8.2 this causes obvious failures even if you don't have assertions turned on; in 8.0 and 7.4 it would only be a problem if the inlined expression were used as an input to a function that did run-time type determination on its inputs. Add a regression test, since this is evidently an under-tested area.
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions