pgsql: ci: Use optimized build for mingw - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: ci: Use optimized build for mingw
Date
Msg-id E1wklHe-000eBB-0R@gemulon.postgresql.org
Whole thread
List pgsql-committers
ci: Use optimized build for mingw

The test runtime dominates over the compile time on GHA.  Note that we just
need to remove options, as postgres's default is debugoptimized.

Reviewed-by: Nazir Bilal Yavuz <byavuz81@gmail.com>
Discussion: https://postgr.es/m/a2ejn7lfqolutzz7kozalbhy3bixdrujb4buc3pgbtlk4am2ba@wbv6v7riia33
Backpatch-through: 19, where GHA CI was added

Branch
------
REL_19_STABLE

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

Modified Files
--------------
.github/workflows/pg-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql: SQL Property Graph Queries (SQL/PGQ)
Next
From: Andres Freund
Date:
Subject: pgsql: ci: Generate crashlogs on Windows