aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/stringutils.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2000-02-07 04:41:04 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2000-02-07 04:41:04 +0000
commitd8733ce674f62f0e13cfc97d0340b43e1906f458 (patch)
treefc210768a24a14d07b9bffb9dd629f400bb7cc8f /src/bin/psql/stringutils.c
parent2bda7a44067f22f73cd7937f6c88efd1bbe97638 (diff)
downloadpostgresql-d8733ce674f62f0e13cfc97d0340b43e1906f458.tar.gz
postgresql-d8733ce674f62f0e13cfc97d0340b43e1906f458.zip
Repair planning bugs caused by my misguided removal of restrictinfo link
fields in JoinPaths --- turns out that we do need that after all :-(. Also, rearrange planner so that only one RelOptInfo is created for a particular set of joined base relations, no matter how many different subsets of relations it can be created from. This saves memory and processing time compared to the old method of making a bunch of RelOptInfos and then removing the duplicates. Clean up the jointree iteration logic; not sure if it's better, but I sure find it more readable and plausible now, particularly for the case of 'bushy plans'.
Diffstat (limited to 'src/bin/psql/stringutils.c')
0 files changed, 0 insertions, 0 deletions