Re: Nesting level in protocol?

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Nesting level in protocol?
Date: 2004-06-01 04:08:23
Message-ID: 40BC0137.7040506@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera wrote:
> Hackers,
>
> Is there a way to add the current transaction nesting level in the be/fe
> protocol without breaking compatibility? AFAICS the ReadyForQuery
> message is not expansible (sp?) :-(

Perhaps you could treat the nesting level as a runtime parameter and
generate a ParameterStatus message whenever it changes? (and "SHOW
nesting_level" sounds useful anyway)

-O

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2004-06-01 04:10:50 SPI issue with nested xacts
Previous Message Alvaro Herrera 2004-06-01 03:44:25 Nesting level in protocol?