| From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Daniel F <dbf13db(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Weird behavior with "sensitive" cursors. |
| Date: | 2009-10-01 23:51:00 |
| Message-ID: | 20091001235100.GO5607@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
This one really works and includes a basic test case. You were right
that the extra Register was bogus :-( I had to expose CopySnapshot,
which I still don't like but ... (I could have added an extra
Unregister somewhere during portal close, but it would have meant making
everything messier).
--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
| Attachment | Content-Type | Size |
|---|---|---|
| snapmgr-bugfix-3.patch | text/x-diff | 4.4 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tim Uckun | 2009-10-02 01:47:23 | Query not using the indexes properly. |
| Previous Message | Preston de Guise | 2009-10-01 23:48:50 | Programming interfaces when using MD5 authentication |