summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Lane2009-10-06 00:55:26 +0000
committerTom Lane2009-10-06 00:55:26 +0000
commite537ef80262ede8bb0b721129a1709681e0271a6 (patch)
treeb06f81c19c3193d72dba968ee33324d951897d64 /README
parent7d3b3eedd8d49a342cb533cc31bbe5bcf1ce03be (diff)
Change CREATE TABLE so that column default expressions coming from differentHEADmaster
inheritance parent tables are compared using equal(), instead of doing strcmp() on the nodeToString representation. The old implementation was always a tad cheesy, and it finally fails completely as of 8.4, now that the node tree might contain syntax location information. equal() knows it's supposed to ignore those fields, but strcmp() hardly can. Per recent report from Scott Ribe.
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions