postgresql/src/backend/optimizer/util
Tom Lane 5bdefc83a8 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.
2007-05-01 18:54:09 +00:00
..
clauses.c Fix a thinko in my patch of a couple months ago for bug #3116: it did the 2007-05-01 18:54:09 +00:00
joininfo.c Simplify the planner's join clause management by storing join clauses 2005-06-09 04:19:00 +00:00
Makefile Separate predicate-testing code out of indxpath.c, making it a module 2005-06-10 22:25:37 +00:00
pathnode.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
plancat.c Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
predtest.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
relnode.c Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
restrictinfo.c Fix make_restrictinfo_from_bitmapqual() to preserve AND/OR flatness of its 2006-04-07 17:05:47 +00:00
tlist.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
var.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00