pgsql: Remove another orphan expected-result file.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove another orphan expected-result file.
Date: 2021-06-15 20:12:15
Message-ID: E1ltFPz-000439-P9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove another orphan expected-result file.

aborted-keyrevoke_2.out was apparently needed when it was added (in
commit 0ac5ad513) to handle the case of serializable transaction mode.
However, the output in serializable mode actually matches the regular
aborted-keyrevoke.out file, and AFAICT has done so for a long time.
There's no need to keep dragging this variant along.

Branch
------
master

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

Modified Files
--------------
.../isolation/expected/aborted-keyrevoke_2.out | 218 ---------------------
1 file changed, 218 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2021-06-16 04:29:29 Re: pgsql: Make archiver process an auxiliary process.
Previous Message Andrew Dunstan 2021-06-15 19:38:33 pgsql: Further refinement of stuck_on_old_timeline recovery test