aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/basics.source
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2009-10-06 00:55:35 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2009-10-06 00:55:35 +0000
commit8e3384e35df25479371fb196ec49e58c7940a5a6 (patch)
treef9a8b5a218e0491848f9244b50974440e1af4471 /src/tutorial/basics.source
parent83a673808dc3a47363eae6388bea8571e2bc07a3 (diff)
downloadpostgresql-8e3384e35df25479371fb196ec49e58c7940a5a6.tar.gz
postgresql-8e3384e35df25479371fb196ec49e58c7940a5a6.zip
Change CREATE TABLE so that column default expressions coming from different
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 'src/tutorial/basics.source')
0 files changed, 0 insertions, 0 deletions