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
pgsql-hackers by date
| Next: | From: Alvaro Herrera | Date: 2004-06-01 04:10:50 |
| Subject: SPI issue with nested xacts |
| Previous: | From: Alvaro Herrera | Date: 2004-06-01 03:44:25 |
| Subject: Nesting level in protocol? |