Re: Nesting level in protocol? - Mailing list pgsql-hackers

From Oliver Jowett
Subject Re: Nesting level in protocol?
Date
Msg-id 40BC0137.7040506@opencloud.com
Whole thread Raw
In response to Nesting level in protocol?  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List 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


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: SPI issue with nested xacts
Next
From: Oliver Elphick
Date:
Subject: Re: CVS tip problems