pgsql: ci: windows: Use the same image for VS and MinGW tasks - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: ci: windows: Use the same image for VS and MinGW tasks
Date
Msg-id E1sEK8B-002tbU-NW@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
ci: windows: Use the same image for VS and MinGW tasks

The VS and MinGW Windows images have been merged, to reduce the space needed
for images. Before 98811323c8e the split helped boot performance, but now that
we are using VMs that doesn't appear to be the case anymore.

Author: Nazir Bilal Yavuz <byavuz81@gmail.com>
Discussion: https://postgr.es/m/CAN55FZ2kWYjPd7uUC5QswrB3tfVJDiURqC%2BMGM6a3oeev%3DVgOA%40mail.gmail.com
Backpatch: 15-, where CI was added

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/83fc61ccfaf38aebe73eacdfc712106797d75b39

Modified Files
--------------
.cirrus.tasks.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Improve assertion in mdwritev()
Next
From: Dean Rasheed
Date:
Subject: pgsql: Fix another couple of outdated comments for MERGE RETURNING.