pgsql: Get rid of pg_class usage in SJE regression tests - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Get rid of pg_class usage in SJE regression tests
Date
Msg-id E1rc2s4-0070Nj-8X@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Get rid of pg_class usage in SJE regression tests

Usage of pg_class led to instability, see the buildfarm failure.
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=prion&dt=2024-02-15%2021%3A58%3A04

Reported-by: Andrei Lepikhov
Discussion: https://postgr.es/m/250c4cec-e459-4311-8fd6-da2558b3fb0a@postgrespro.ru

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e1b7fde418f2c0ba4ab0d9fbfa801ef62d96397b

Modified Files
--------------
src/test/regress/expected/aggregates.out | 32 +++++++++++++++-----------------
src/test/regress/sql/aggregates.sql      |  9 +++------
2 files changed, 18 insertions(+), 23 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: ci: Add test coverage of different pg_upgrade modes
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: fix typo in SECURITY LABEL synopsis.