Announcing Release 12 of the PostgreSQL Buildfarm client

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, buildfarm-members(at)lists(dot)postgresql(dot)org
Subject: Announcing Release 12 of the PostgreSQL Buildfarm client
Date: 2021-02-01 22:20:09
Message-ID: dd296198-aefe-30d5-e206-09d6fd25029f@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: buildfarm-members pgsql-hackers


At long last I have just pushed Release 12 of the PostgreSQL Buildfarm
client. It's been about 16 months since the last release.

Apart from some minor fixes and code tidy up. this includes the
following more notable changes:

* the TextUpgradeXVersion module is brought up to date with various
core code changes
* a module-neutral, animal-based save mechanism replaces the bespoke
mechanism that was implemented in TestUpgradeXVersion. This will
enable future development like testing openssl builds against NSS
builds etc.
* a standardized way of accumulating log files is implemented. This
will enable some planned server side improvements.
* requests are now signed using SHA256 nstead of SHA1.
* there is a separate config section for settings to be used with
valgrind. This makes it easier to turn valgrind on or off.
* typedefs detection is improved for OSX
* there is a setting for additional docs build targets, in addition to
the standard html target.
* use of the configure "accache" is made substantially more robust
* timed out processes are more verbose

Downloads are available at
<https://github.com/PGBuildFarm/client-code/releases> and
<https://buildfarm.postgresql.org/downloads>

cheers

andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

Browse buildfarm-members by date

  From Date Subject
Next Message Tom Lane 2021-02-11 18:43:35 Postgres 9.5 branch is now EOL
Previous Message Stephen Frost 2020-06-14 16:46:35 Buildfarm migration/upgrade

Browse pgsql-hackers by date

  From Date Subject
Next Message Jacob Champion 2021-02-01 22:22:05 Re: Proposal: Save user's original authenticated identity for logging
Previous Message Thomas Munro 2021-02-01 22:16:52 Re: Fix DROP TABLESPACE on Windows with ProcSignalBarrier?