]> granicus.if.org Git - postgresql/commit
Temporarily instrument postgres_fdw test to look for statistics changes.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 5 Mar 2018 21:20:06 +0000 (16:20 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 5 Mar 2018 21:20:06 +0000 (16:20 -0500)
commitc2c537c56dc30ec3cdc12051f4ea5363aa66d73c
tree684a1b71ec4a44b7790b3e2b602a3dd0b0a3b3b1
parent722408bcd1bde0b007f73b41135382af11b0282d
Temporarily instrument postgres_fdw test to look for statistics changes.

It seems fairly hard to explain recent buildfarm failures without the
theory that something is doing an ANALYZE behind our backs.  Probe
for this directly to see if it's true.

In principle the outputs of these queries should be stable, since the table
in question is small enough that ANALYZE's sample will include all rows.
But even if that turns out to be wrong, we can put up with some failures
for a bit.  I don't intend to leave this here indefinitely.

Discussion: https://postgr.es/m/25502.1520277552@sss.pgh.pa.us
contrib/postgres_fdw/expected/postgres_fdw.out
contrib/postgres_fdw/sql/postgres_fdw.sql