postgresql/src
Tom Lane de4cf42af9 Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.
transformExpr() is required to cope with already-transformed expression
trees, for various ugly-but-not-quite-worth-cleaning-up reasons.  However,
some of its newer subroutines hadn't gotten the memo.  This accounts for
bug #7763 from Norbert Buchmuller: transformRowExpr() was overwriting the
previously determined type of a RowExpr during CREATE TABLE LIKE INCLUDING
INDEXES.  Additional investigation showed that transformXmlExpr had the
same kind of problem, but all the other cases seem to be safe.

Andres Freund and Tom Lane
2012-12-23 14:07:31 -05:00
..
backend Prevent failure when RowExpr or XmlExpr is parse-analyzed twice. 2012-12-23 14:07:31 -05:00
bin Fix assorted bugs in privileges-for-types patch. 2012-12-09 00:08:30 -05:00
include Prevent failure when RowExpr or XmlExpr is parse-analyzed twice. 2012-12-23 14:07:31 -05:00
interfaces Include isinf.o in libecpg if isinf() is not available on the system. 2012-12-04 16:40:58 +01:00
makefiles Add mode where contrib installcheck runs each module in a separately named database. 2012-12-11 11:52:23 -05:00
pl Translation updates 2012-12-03 08:00:46 -05:00
port Stamp 9.2.2. 2012-12-03 15:16:10 -05:00
template Remove BSD/OS (BSDi) port. There are no known users upgrading to 2012-05-03 10:58:44 -04:00
test Prevent passing gmake's environment variables down through pg_regress. 2012-12-01 17:23:55 -05:00
timezone Update time zone data files to tzdata release 2012j. 2012-12-02 16:35:42 -05:00
tools Properly copy fmgroids.h after clean on Win32 2012-12-16 14:58:10 +01:00
tutorial Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
bcc32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Fix some oversights in distprep and maintainer-clean targets. 2011-03-10 00:04:05 -05:00
Makefile.global.in Add mode where contrib installcheck runs each module in a separately named database. 2012-12-11 11:52:23 -05:00
Makefile.shlib Remove BSD/OS (BSDi) port. There are no known users upgrading to 2012-05-03 10:58:44 -04:00
nls-global.mk Lots of doc corrections. 2012-04-23 22:43:09 -04:00
win32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00