Re: pgsql: Revert "initdb: Change authentication defaults" - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Revert "initdb: Change authentication defaults"
Date
Msg-id 19541.1583132737@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Revert "initdb: Change authentication defaults"  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Responses Re: pgsql: Revert "initdb: Change authentication defaults"
List pgsql-committers
Andrew Dunstan <andrew.dunstan@2ndquadrant.com> writes:
> On Sat, Feb 29, 2020 at 10:41 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Did the buildfarm adjustments get made?  (I'm assuming Andrew knows)

> It's in Release 11 of the client and is mentioned in the release
> notes. The release is dated last September. Making this change would
> force a flag day update to that version for the buildfarm client,

Hm, so scraping the buildfarm logs shows that we currently have this many
animals reporting (on HEAD) for each client script_version:

     42 'REL_11'
     64 'REL_10'
      2 'REL_9'
      7 'REL_8'
      1 'REL_7'
      1 'REL_4.15'

Looks like requiring REL_11 would still be a pretty large ask.

            regards, tom lane



pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix command-line colorization on Windows with VT100-compatible e
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Remove long unused code behind a #if 0