pgsql: Don't do pg_ctl logrotate test on Windows

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't do pg_ctl logrotate test on Windows
Date: 2019-03-03 23:23:20
Message-ID: E1h0aS0-00072C-24@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't do pg_ctl logrotate test on Windows

The test crashes and burns quite badly, for some reason, but even if it
didn't it wouldn't work, since Windows doesn't let you rename a file
held by a running process.

Branch
------
master

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

Modified Files
--------------
src/bin/pg_ctl/t/004_logrotate.pl | 11 +++++++++++
1 file changed, 11 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2019-03-04 00:25:33 pgsql: fix thinko in logrotate test
Previous Message Tom Lane 2019-03-03 21:57:20 pgsql: Improve performance of index-only scans with many index columns.