View Single Post

   
  #4 (permalink)  
Old 04-24-2008, 06:15 PM
Alvaro Herrera
 
Posts: n/a
Default Re: Snapshot management, final

Simon Riggs wrote:

> OK, so it can;t be copied to a longer lived memory context?


CopySnapshot always copies snapshots to SnapshotContext, which is a
context that lives until transaction end. There's no mechanism for
copying a snapshot into another context, because I don't see the need.

If you need that ability, please explain.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

--
Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches

Reply With Quote