pgsql: Fix plan instability in the new tuplesort test. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Fix plan instability in the new tuplesort test.
Date
Msg-id E1iV3AE-0004mi-2a@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Add tests for tuplesort.c.
Next
From: Michael Paquier
Date:
Subject: pgsql: Split handling of reloptions for partitioned tables