Re: Assertions in PL/PgSQL - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Assertions in PL/PgSQL
Date
Msg-id 52370C20.1050009@gmx.net
Whole thread Raw
In response to Re: Assertions in PL/PgSQL  (Marko Tiikkaja <marko@joh.to>)
List pgsql-hackers
On 9/15/13 10:49 AM, Marko Tiikkaja wrote:
> On 2013-09-15 16:34, Peter Eisentraut wrote:
>> On Sat, 2013-09-14 at 20:47 +0200, Marko Tiikkaja wrote:
>>> Attached is a patch for supporting assertions in PL/PgSQL.  These are
>>> similar to the Assert() backend macro: they can be disabled during
>>> compile time, but when enabled, abort execution if the passed expression
>>> is not true.
>>
>> Doesn't build:
> 
> Ugh.  Accidentally edited an auto-generated file.  Fixed in the
> attached, thanks!

Please fix the tabs in the SGML files.




pgsql-hackers by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: Proposal: json_populate_record and nested json objects
Next
From: Boszormenyi Zoltan
Date:
Subject: Proposal: UPDATE/DELETE ... WHERE OFFSET n OF cursor_name, was: Re: New ECPG idea, was: Re: ECPG FETCH readahead