pgsql: ci: compile with -Og where applicable. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: ci: compile with -Og where applicable.
Date
Msg-id E1nVLJK-000KXX-JY@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
ci: compile with -Og where applicable.

To improve performance of check-world, and improve debugging, without
significantly slower builds (they're cached anyway).

This makes freebsd check-world run in 8.5 minutes rather than 15 minutes.

Author: Justin Pryzby <pryzbyj@telsasoft.com>
Reviewed-By: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/20220310220611.GH28503@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4a288a37f9b7bfd13c4f5cd8b545ac856f975813

Modified Files
--------------
.cirrus.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix incorrect xmlschema output for types timetz and timestamptz.
Next
From: Noah Misch
Date:
Subject: pgsql: Close race condition in slot_creation_error.spec.