pgsql: Attempt to stabilize postgres_fdw tests

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Attempt to stabilize postgres_fdw tests
Date: 2023-11-02 10:18:03
Message-ID: E1qyUm2-003ZcT-WA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Attempt to stabilize postgres_fdw tests

cac169d68 adjusted DEFAULT_FDW_TUPLE_COST and that seems to have caused
a test to become unstable on 32-bit machines. Try to make it stable
again.

Reported-by: Michael Paquier
Discussion: https://postgr.es/m/ZUM2IhA8X2lrG50K@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4b14e18714e10ac930ca53938fc6fa1a4fda50c7

Modified Files
--------------
contrib/postgres_fdw/expected/postgres_fdw.out | 2 ++
contrib/postgres_fdw/sql/postgres_fdw.sql | 2 ++
2 files changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-11-02 15:53:42 pgsql: Be more wary about NULL values for GUC string variables.
Previous Message Jeff Davis 2023-11-02 05:49:01 pgsql: Additional unicode primitive functions.