pgsql: Fix plan instability in the new tuplesort test.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix plan instability in the new tuplesort test.
Date: 2019-11-14 00:39:10
Message-ID: E1iV3AE-0004mi-2a@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix plan instability in the new tuplesort test.

At least buildfarm member florican doesn't use a material node above a
sort in the mark/restore case. As material is not intended to be
tested with that query, disallow.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/80ef34fc7075b37fc23f4ab714a5ce60f82400de

Modified Files
--------------
src/test/regress/expected/tuplesort.out | 10 +++++-----
src/test/regress/sql/tuplesort.sql | 1 +
2 files changed, 6 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-11-14 03:37:12 pgsql: Split handling of reloptions for partitioned tables
Previous Message Andres Freund 2019-11-14 00:09:20 pgsql: Remove unused code from tuplesort.