postgresql/src
Tom Lane 31bc839724 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:24 -05:00
..
backend Prevent failure when RowExpr or XmlExpr is parse-analyzed twice. 2012-12-23 14:07:24 -05:00
bin Avoid using NAMEDATALEN in pg_upgrade 2012-12-20 13:56:31 -05:00
include Prevent failure when RowExpr or XmlExpr is parse-analyzed twice. 2012-12-23 14:07:24 -05:00
interfaces Allow a streaming replication standby to follow a timeline switch. 2012-12-13 19:17:32 +02:00
makefiles Remove allow_nonpic_in_shlib 2012-12-18 01:13:59 -05:00
pl Remove allow_nonpic_in_shlib 2012-12-18 01:13:59 -05:00
port
template
test Make some messages more consistent in style 2012-12-21 00:10:46 -05:00
timezone
tools Don't include postgres.h in postgres_fe.h for cpluspluscheck. 2012-12-18 16:30:14 -05:00
tutorial
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Add mode where contrib installcheck runs each module in a separately named database. 2012-12-11 11:52:45 -05:00
Makefile.shlib
nls-global.mk NLS: Use msgmerge --previous option 2012-12-13 23:12:12 -05:00
win32.mak