pgsql: > The attached patch moves a plperl sanity check into the correct

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: > The attached patch moves a plperl sanity check into the correct
Date: 2005-08-12 20:48:04
Message-ID: 20050812204804.7EF2252E1A@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
> The attached patch moves a plperl sanity check into the correct
> position. Performing the check in the existing position allows the call
> to go through to perl first, possibly resulting in a SEGV.

Andrew Dunstan

Modified Files:
--------------
pgsql/src/pl/plperl:
plperl.c (r1.86 -> r1.87)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c.diff?r1=1.86&r2=1.87)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-08-12 20:57:13 pgsql: Cleanups for FreeBSD linking (PIC) and plpython compiles.
Previous Message Bruce Momjian 2005-08-12 19:45:15 pgsql: No server version of snprintf needed, so remove Makefile rule.