Re: Review of VS 2010 support patches - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: Review of VS 2010 support patches
Date
Msg-id CABUevEyLC2q6b2gp=R-u6C89MJsgtNQL_KWX3t7uy=5tXKBZrA@mail.gmail.com
Whole thread Raw
In response to Re: Review of VS 2010 support patches  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Review of VS 2010 support patches
Re: Review of VS 2010 support patches
List pgsql-hackers
On Sun, Jul 31, 2011 at 03:25, Andrew Dunstan <andrew@dunslane.net> wrote:
>
>
> On 07/06/2011 08:26 PM, Brar Piening wrote:
>>
>> -------- Original Message  --------
>> Subject: Re: [HACKERS] Review of VS 2010 support patches
>> From: Andrew Dunstan <andrew@dunslane.net>
>> To: Brar Piening <brar@gmx.de>
>> Date: 06.07.2011 22:58
>>
>>>> I'll remove my versions from the patch (v9 probably) if those files get
>>>> commited.
>>>>
>>>
>>>
>>> I'm just doing some final testing and preparing to commit the new pgflex
>>> and pgbison.
>>
>>
>> The attached patch includes documentation changes and excludes my versions
>> of pgbison.pl and pgflex.pl which have been replaced by Andrews' versions
>> that are already commited.
>>
>> As before "perltidy_before.patch" has to be applied first and
>> "VS2010v9.patch" second.
>>
>>
>
> I just started looking at this a bit. One small question: why are we using
> "use base qw(foo);" instead of "use parent qw(foo);" which I understand is
> preferred these days?

I am no perl expert, but I see we are using this already today - in
code written by you in one case ;) I'd assume it was just following
the same standard... If the other way is the way to do it today, I see
no reason not to change it to use that.

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Enforcing that all WAL has been replayed after restoring from backup
Next
From: Robert Haas
Date:
Subject: Re: Review of VS 2010 support patches