pgsql: Make prove_installcheck remove the old log directory, if any. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Make prove_installcheck remove the old log directory, if any.
Date
Msg-id E1ZlRF1-0000yq-6U@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/03a22f8b1d68754f3ba1fcad977ca44471d21ec1

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


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Make prove_installcheck remove the old log directory, if any.
Next
From: Noah Misch
Date:
Subject: pgsql: Avoid scan-build warning about uninitialized htonl() arguments.