https://github.com/postgres/postgres
Revision d3b1b1f9d8d70017bf3e8e4ccf11b183d11389b9 authored by Tom Lane on 14 January 2008, 01:39:09 UTC, committed by Tom Lane on 14 January 2008, 01:39:09 UTC
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.
1 parent 689d02a
History
Tip revision: d3b1b1f9d8d70017bf3e8e4ccf11b183d11389b9 authored by Tom Lane on 14 January 2008, 01:39:09 UTC
Fix CREATE INDEX CONCURRENTLY so that it won't use synchronized scan for
Tip revision: d3b1b1f
File Mode Size
config
contrib
doc
src
COPYRIGHT -rw-r--r-- 1.2 KB
GNUmakefile.in -rw-r--r-- 3.7 KB
Makefile -rw-r--r-- 1.4 KB
README -rw-r--r-- 2.0 KB
README.CVS -rw-r--r-- 767 bytes
aclocal.m4 -rw-r--r-- 445 bytes
configure -rwxr-xr-x 755.5 KB
configure.in -rw-r--r-- 50.2 KB

README

back to top