Re: perlcritic and perltidy - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: perlcritic and perltidy
Date
Msg-id 20180508170251.jxph6zblonie6f3l@alvherre.pgsql
Whole thread Raw
In response to Re: perlcritic and perltidy  (Stephen Frost <sfrost@snowman.net>)
Responses Re: perlcritic and perltidy
List pgsql-hackers
Stephen Frost wrote:

> * Andrew Dunstan (andrew.dunstan@2ndquadrant.com) wrote:
>
> > -        'XLogRecPtr'    => 'pg_lsn');
> > +        'XLogRecPtr'    => 'pg_lsn',);
>
> There's not much point adding the ',' unless you're also putting the
> ');' on the next line, is there..?
> 
> Or is that going to be handled in a follow-up patch?

IMO we should classify this one as pointless uglification and move on.

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


pgsql-hackers by date:

Previous
From: Jesper Pedersen
Date:
Subject: Re: [HACKERS] Clock with Adaptive Replacement
Next
From: Stephen Frost
Date:
Subject: Re: perlcritic and perltidy