Re: The enormous s->childXids problem - Mailing list pgsql-hackers

From Gregory Stark
Subject Re: The enormous s->childXids problem
Date
Msg-id 87y7sjidx7.fsf@stark.xeocode.com
Whole thread Raw
In response to Re: The enormous s->childXids problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: The enormous s->childXids problem  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> writes:

> The real question is why does the subtransaction actually assign itself
> an XID --- a simple RETURN NEXT operation ought not do that, AFAICS.
> What is it you're doing in there that changes the database?

I suspect the answer to that is the same as the answer to what's actually
creating the subtransaction. plperl_return_next doesn't. I think something
must be doing an actual SPI query, not just a return next.

-- 
greg



pgsql-hackers by date:

Previous
From: Gevik Babakhani
Date:
Subject: Opinion about macro for the uuid datatype.
Next
From: "Joshua D. Drake"
Date:
Subject: Re: [pgsql-www] Developer's Wiki