summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane2008-01-14 01:39:09 +0000
committerTom Lane2008-01-14 01:39:09 +0000
commitd3b1b1f9d8d70017bf3e8e4ccf11b183d11389b9 (patch)
tree70c2ba56827589b687beb6ee051e5f27f3b7532d /doc/src
parent689d02a2e9c56dbad3982a440278e937fd063260 (diff)
Fix CREATE INDEX CONCURRENTLY so that it won't use synchronized scan for
its second pass over the table. It has to start at block zero, else the "merge join" logic for detecting which TIDs are already in the index doesn't work. Hence, extend heapam.c's API so that callers can enable or disable syncscan. (I put in an option to disable buffer access strategy, too, just in case somebody needs it.) Per report from Hannes Dorbath.
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions