Re: Review of VS 2010 support patches
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Brar Piening <brar@gmx.de>
Cc: Craig Ringer <craig@postnewspapers.com.au>, PG Hackers <pgsql-hackers@postgresql.org>
Date: 2011-07-31T01:25:58Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Enable compiling with the mingw-w64 32 bit compiler.
- 1a0c76c32fe4 9.2.0 cited
-
Unify spelling of "canceled", "canceling", "cancellation"
- 21f1e15aafb1 9.2.0 cited
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? cheers andrew