pgsql: Clean up after tests in src/test/locale/.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clean up after tests in src/test/locale/.
Date: 2020-11-28 21:08:40
Message-ID: E1kj7SS-0004DL-Ec@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clean up after tests in src/test/locale/.

Oversight in 257836a75, which added these tests.

Branch
------
master

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

Modified Files
--------------
src/test/locale/Makefile | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2020-11-29 05:54:16 pgsql: Retry initial slurp_file("current_logfiles"), in test 004_logrot
Previous Message Tom Lane 2020-11-28 19:04:03 pgsql: Fix a recently-introduced race condition in LISTEN/NOTIFY handli