pgsql: Remove configuration-dependent output from new inplace-inval tes

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove configuration-dependent output from new inplace-inval tes
Date: 2024-06-28 16:35:19
Message-ID: E1sNEZD-003OT0-1Q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove configuration-dependent output from new inplace-inval test.

Per buildfarm members prion and trilobite. Back-patch to v12 (all
supported versions), like commit
0844b3968985447ed0a6937cfc8639e379da2fe6.

Strategy reviewed by Tom Lane.

Discussion: https://postgr.es/m/20240628051353.a0.nmisch@google.com

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/458fada72b3288d648a559a17c5a69f1d17ae15f

Modified Files
--------------
src/test/isolation/expected/inplace-inval.out | 10 +---------
src/test/isolation/specs/inplace-inval.spec | 4 +++-
2 files changed, 4 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2024-06-28 18:20:08 pgsql: Fix .gitignore for new injection suite.
Previous Message Robert Haas 2024-06-28 14:54:03 pgsql: pgindent, because I forgot to do that.