Re: genomic locus
Gene Selkov <selkovjr@gmail.com>
From: Gene Selkov <selkovjr@gmail.com>
To: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
Cc: Michael Paquier <michael.paquier@gmail.com>,
PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2017-12-21T22:44:31Z
Lists: pgsql-hackers
Nice work, Andrew! I wish I knew about it earlier. > On Dec 16, 2017, at 8:53 AM, Andrew Dunstan <andrew.dunstan@2ndquadrant.com> wrote: > > I keep most of the out-of-tree extensions I maintain green by building > and testing them in a buildfarm member. That way I become aware pretty > quickly if any API change has broken them, as happened just the other > day in fact. To do this requires writing a small perl paqckage. There > are three examples in the buildfarm client sources at > https://github.com/PGBuildFarm/client-code/tree/master/PGBuild/Modules > and one of these is included in the buildfarm client releases.