Re: use Getopt::Long for catalog scripts

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: John Naylor <john(dot)naylor(at)2ndquadrant(dot)com>
Cc: David Fetter <david(at)fetter(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: use Getopt::Long for catalog scripts
Date: 2019-02-12 15:11:55
Message-ID: 20190212151155.GA15644@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2019-Feb-08, John Naylor wrote:

> On Thu, Feb 7, 2019 at 6:53 PM David Fetter <david(at)fetter(dot)org> wrote:
> > [some style suggestions]
>
> I've included these in v2, and also some additional tweaks for consistency.

I noticed that because we have this line in the scripts,
BEGIN { use lib File::Spec->rel2abs(dirname(__FILE__)); }
the -I switch to Perl is no longer needed in the makefiles.

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2019-02-12 15:26:22 Re: use Getopt::Long for catalog scripts
Previous Message Thomas Kellerer 2019-02-12 15:08:25 Bloom index cost model seems to be wrong