Add a GUC variable "synchronize_seqscans" to allow clients to disable the new
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Jan 2008 18:35:55 +0000 (18:35 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Jan 2008 18:35:55 +0000 (18:35 +0000)
commit47df4f668826c0646ae30d37971e4ff15e77b3e3
tree2cde488d111ebeb6d3f99e78c1f42270ba337777
parent6dfa40d69f17d86cedd0e630312b4103dac5f8b6
Add a GUC variable "synchronize_seqscans" to allow clients to disable the new
synchronized-scanning behavior, and make pg_dump disable sync scans so that
it will reliably preserve row ordering.  Per recent discussions.
doc/src/sgml/config.sgml
src/backend/access/heap/heapam.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/bin/pg_dump/pg_dump.c