PostgreSQL Buildfarm Client Release 8

May 21, 2018

I have just release version 8 of the PostgreSQL Buildfarm client

It can be downloaded from http://buildfarm.postgresql.org/downloads/releases/build-farm-8.tgz or http://github.com/PGBuildFarm/client-code/archive/REL_8.tar.gz

This release contains a number of small changes to make using the --from-source feature a bit nicer. It also contains a good deal of code cleanup to be perlcritic clean, with some exceptions, down to severity level 3, and also to remove some out of date code that referred to Postgresql branches we no longer support.

It also contains the following features:

  • --tests and --schedule now apply to the check step as well as the installcheck step
  • a new --delay-check switch delays the check step until after install. This helps work around a bug or lack of capacity w.r.t. LD_LIBRARY_PATH on Alpine Linux
  • if the environment value BFLIB exists it is added to the perl search path. That means it is possible to install the top level scripts separately from the support modules.

Enjoy

Share this

Relevant Blogs

Random Data

This post continues from my report on Random Numbers. I have begun working on a random data generator so I want to run some tests to see whether different random...
December 03, 2020

More Blogs

Full-text search since PostgreSQL 8.3

Welcome to the third – and last – part of this blog series, exploring how the PostgreSQL performance evolved over the years. The first part looked at OLTP workloads, represented...
November 05, 2020

Números aleatorios

He estado trabajando gradualmente en el desarrollo desde cero de herramientas para probar el rendimiento de los sistemas de bases de datos de código abierto. Uno de los componentes de...
November 04, 2020