forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite0b451e
committed
Tweak postgres_fdw regression test so autovacuum doesn't change results.
Autovacuum occurring while the test runs could allow some of the inserts togo into recycled space, thus changing the output ordering of later queries.While we could complicate those queries to force sorting of their outputrows, it doesn't seem like that would make the test better in anymeaningful way, and conceivably it could hide unexpected diffs. Instead,tweak the affected queries so that the inserted rows aren't updated by thefollowing UPDATE. Per buildfarm.1 parenta4424c5 commite0b451e
File tree
2 files changed
+113
-115
lines changed- contrib/postgres_fdw
- expected
- sql
2 files changed
+113
-115
lines changed0 commit comments
Comments
(0)