Re: Review: Fix snapshot taking inconsistencies - Mailing list pgsql-hackers

From Marko Tiikkaja
Subject Re: Review: Fix snapshot taking inconsistencies
Date
Msg-id 4CC032F6.5000803@cs.helsinki.fi
Whole thread Raw
In response to Re: Review: Fix snapshot taking inconsistencies  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Review: Fix snapshot taking inconsistencies
List pgsql-hackers
Hi,

Here's an updated patch.

I'm still not too fond of the logic in spi.c, but I can't see a better
way to do this.  If someone sees a better way, I'm not going to object.

I also made some changes to the SQL functions now that we have a
different API.  The previous code pushed and popped snapshots quite heavily.

I'd also like to see more regression tests for SQL functions, but I'm
going to submit my suggestions as a separate patch.


Regards,
Marko Tiikkaja

Attachment

pgsql-hackers by date:

Previous
From: Jean-Baptiste Quenot
Date:
Subject: Bug in plpython's Python Generators
Next
From: Tom Lane
Date:
Subject: Re: UNION ALL has higher cost than inheritance