aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2021-01-20 11:49:29 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2021-01-20 11:49:29 -0500
commitc2dc1a79767a0f947e1145f82eb65dfe4360d25f (patch)
treeb43755caa6f693d6967ed7c907eae42396a1991b /contrib/postgres_fdw/postgres_fdw.c
parent6b4d3046f422c2682365924b515c7588d5a3e651 (diff)
downloadpostgresql-c2dc1a79767a0f947e1145f82eb65dfe4360d25f.tar.gz
postgresql-c2dc1a79767a0f947e1145f82eb65dfe4360d25f.zip
Disable vacuum page skipping in selected test cases.
By default VACUUM will skip pages that it can't immediately get exclusive access to, which means that even activities as harmless and unpredictable as checkpoint buffer writes might prevent a page from being processed. Ordinarily this is no big deal, but we have a small number of test cases that examine the results of VACUUM's processing and therefore will fail if the page of interest is skipped. This seems to be the explanation for some rare buildfarm failures. To fix, add the DISABLE_PAGE_SKIPPING option to the VACUUM commands in tests where this could be an issue. In passing, remove a duplicated query in pageinspect/sql/page.sql. Back-patch as necessary (some of these cases are as old as v10). Discussion: https://postgr.es/m/413923.1611006484@sss.pgh.pa.us
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions