pgsql: Make prove_installcheck remove the old log directory, if any.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make prove_installcheck remove the old log directory, if any.
Date: 2015-10-12 00:45:27
Message-ID: E1ZlRF1-0000yy-7R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make prove_installcheck remove the old log directory, if any.

prove_check already has been doing this. Back-patch to 9.4, like the
commit that introduced this logging.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/e491f2bbb53bf7eb678af4fd5ebc88f1b64d28f7

Modified Files
--------------
src/Makefile.global.in | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2015-10-12 01:51:56 pgsql: Fix whitespace
Previous Message Robert Haas 2015-10-09 23:39:37 pgsql: Speed up text sorts where the same strings occur multiple times.