Re: Maintaining state across function calls

From: Chris Angelico <rosuav(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Maintaining state across function calls
Date: 2012-11-21 04:20:34
Message-ID: CAPTjJmpp_P7rffEzM=DPntVyMdBZAcT4Pn=EzNQBVx=cnZ1YhQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Nov 20, 2012 at 12:30 PM, Craig Ringer <craig(at)2ndquadrant(dot)com> wrote:
> C++ exception handling and the PostgreSQL backend's longjmp() based
> error handling will interact in exciting and interesting ways.

Define "interesting"? You mean in Wash's sense of "Oh God, oh God,
we're going to receive signal 9"?

Not a huge fan of C++ exception handling myself, it seems to interact
with a few things that way.

ChrisA

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jasen Betts 2012-11-21 07:22:16 Re: Aggeregate funtion calculating the average value of each same index of an array column in a table
Previous Message Kevin Grittner 2012-11-21 03:46:02 Re: Performance Testing Metrics