Re: [COMMITTERS] pgsql: Fix breakage from earlier plperl fix.

2012-01-05 Thread Alex Hunsaker
On Thu, Jan 5, 2012 at 16:59, Andrew Dunstan wrote: > > > On 01/05/2012 06:31 PM, Alex Hunsaker wrote: >> >> On Thu, Jan 5, 2012 at 16:02, Andrew Dunstan  wrote: >>> >>> Fix breakage from earlier plperl fix. >> I can't help but think this seems

Re: [COMMITTERS] pgsql: Fix breakage from earlier plperl fix.

2012-01-05 Thread Alex Hunsaker
On Thu, Jan 5, 2012 at 16:02, Andrew Dunstan wrote: > Fix breakage from earlier plperl fix. > > Apparently the perl garbage collector was a bit too eager, so here > we control when the new SV is garbage collected. I know im a little late to the party... I can't help but think this seems a bit in

Re: [COMMITTERS] pgsql: Enable script to generate preproc.y in build process.

2008-11-15 Thread Alex Hunsaker
On Sat, Nov 15, 2008 at 15:23, Tom Lane <[EMAIL PROTECTED]> wrote: > Huh ... what gcc and bison versions are you using? The code is > certainly wrong but I wonder why nobody else saw this error. $ gcc -v Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: ../configure --prefix

Re: [COMMITTERS] pgsql: Enable script to generate preproc.y in build process.

2008-11-15 Thread Alex Hunsaker
On Fri, Nov 14, 2008 at 10:11, Michael Meskes <[EMAIL PROTECTED]> wrote: > Log Message: > --- > Enable script to generate preproc.y in build process. > > Modified Files: > -- >pgsql/src/interfaces/ecpg/preproc: >.cvsignore (r1.1 -> r1.2) > > (http://anoncvs.p

Re: [COMMITTERS] pgsql: suppress_redundant_updates_trigger function.

2008-11-03 Thread Alex Hunsaker
On Mon, Nov 3, 2008 at 13:17, Andrew Dunstan <[EMAIL PROTECTED]> wrote: > Log Message: > --- > suppress_redundant_updates_trigger function. > > Modified Files: > -- >pgsql/doc/src/sgml: >func.sgml (r1.452 -> r1.453) > > (http://anoncvs.postgresql.org/cvsweb.c

Re: [COMMITTERS] pgsql: Add a field to guc enums to allow hiding of values from display

2008-05-28 Thread Alex Hunsaker
On Wed, May 28, 2008 at 8:33 AM, Magnus Hagander <[EMAIL PROTECTED]> wrote: > Tom Lane wrote: >> [EMAIL PROTECTED] (Magnus Hagander) writes: >> > Add a field to guc enums to allow hiding of values from display >> > while still accepting them as input, used to allow alternate syntax >> > for the sam