plperl SRF sanity check fix

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: plperl SRF sanity check fix
Date: 2005-07-06 15:50:51
Message-ID: 42CBFDDB.6070008@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


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.

cheers

andrew

Attachment Content-Type Size
plperl-srfbug.patch text/x-patch 1.9 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-07-06 15:56:01 Re: User's exception plpgsql
Previous Message Neil Conway 2005-07-06 15:45:53 ecpg: fix ECPGstore_input()