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

From Marko Tiikkaja
Subject Re: Assertions in PL/PgSQL
Date
Msg-id 5235C8EB.6010207@joh.to
Whole thread Raw
In response to Re: Assertions in PL/PgSQL  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Assertions in PL/PgSQL
List pgsql-hackers
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!


Regards,
Marko Tiikkaja

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Assertions in PL/PgSQL
Next
From: Peter Eisentraut
Date:
Subject: Re: Where to load modules from?