summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane2012-12-23 19:07:47 +0000
committerTom Lane2012-12-23 19:07:47 +0000
commit82a91c7bd38897d4ec25bf540603df218ef56972 (patch)
tree9e3de911b8c6895ba99d0e03ffeccd3773c947b9 /doc/src
parent7f8a6ed233f90bc5438fced1119b0a70b0cb1068 (diff)
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
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions