pgsql: Revert "Temporarily instrument postgres_fdw test to look for sta

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert "Temporarily instrument postgres_fdw test to look for sta
Date: 2018-03-08 16:35:26
Message-ID: E1etyVq-0004Mc-Qn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "Temporarily instrument postgres_fdw test to look for statistics changes."

This reverts commit c2c537c56dc30ec3cdc12051f4ea5363aa66d73c.
It's now clear that whatever is going on there, it can't be blamed
on unexpected ANALYZE runs, because the statistics are the same
just before the failing query as they were at the start of the test.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/04e7ecadf64d18f67ca1d0632d8ab71f120ca5e3

Modified Files
--------------
contrib/postgres_fdw/expected/postgres_fdw.out | 31 --------------------------
contrib/postgres_fdw/sql/postgres_fdw.sql | 13 -----------
2 files changed, 44 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-03-08 18:25:43 pgsql: Add test scaffolding for exercising optimizer's predicate-proof
Previous Message Tom Lane 2018-03-08 16:26:58 pgsql: In initdb, don't bother trying max_connections = 10.