Release 13.1 of the PostgreSQL BuildFarm client - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Release 13.1 of the PostgreSQL BuildFarm client
Date
Msg-id 78d12272-b4fc-3a38-628b-ec1ece8db81b@dunslane.net
Whole thread Raw
List pgsql-hackers
I have just pushed Release 13.1 of the PostgreSQL BuildFarm client.

This update to Release 13 fixes errors that occur from the new default
branch name checking code when used with versions of git that are too
old. This code is now disabled if the git version is not capable of
running it, and in verbose mode a warning is printed. The warning can be
disabled by explicitly setting "skip_git_default_check => 1" in the
config file. In either case, the owner will need to update their git
installation or remove all branch and mirror repositories when the
default branch name changes.


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




pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Failed transaction statistics to measure the logical replication progress
Next
From: Robert Haas
Date:
Subject: Re: A varint implementation for PG?