Re: git: 51a00e6b9497 - main - Mk/bsd.default-versions.mk: Update to PostgreSQL 13

From: Kevin Bowling <kevin.bowling_at_kev009.com>
Date: Thu, 28 Oct 2021 14:49:11 UTC
Thanks, 1f4b891a3a253ee5ccd6e0212fa37707e9cabf23

On Thu, Oct 28, 2021 at 7:28 AM Matthias Fechner <mfechner@freebsd.org> wrote:
>
> Am 24.10.2021 um 02:03 schrieb Kevin Bowling:
> > +  # tar xf postgresql12-server-12.8.txz -C /tmp/pg-upgrade
> > +  # tar xf postgresql12-contrib-12.8.txz -C /tmp/pg-upgrade
>
> these two commands are failing, as the extension is now .pkg, maybe we
> should change it to:
>
> # tar xf postgresql12-server-12.8.pkg -C /tmp/pg-upgrade
> # tar xf postgresql12-contrib-12.8.pkg -C /tmp/pg-upgrade
>
> Gruß
> Matthias
>
> --
>
> "Programming today is a race between software engineers striving to
> build bigger and better idiot-proof programs, and the universe trying to
> produce bigger and better idiots. So far, the universe is winning." --
> Rich Cook
>