| From: | "Marko Kreen" <markokr(at)gmail(dot)com> |
|---|---|
| To: | PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org> |
| Subject: | txid cleanup |
| Date: | 2007-10-11 12:43:35 |
| Message-ID: | 168f32320003c42d@previdencia.gov.br |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
Per Tom comments, attached patch does following:
- Binary I/O support
- Use ActiveSnapshot instead of SerializableSnapshot
- Clarify function purposes
- remove dev targets from Makefile
There should not be any code depending on SerializableSnapshot,
if there is thats a bug that needs fixing. Fix is easy - use
SERIALIZABLE transaction isolation level.
Also - either Tom or Jan has changed the code to allow
xmin == xmax. Is such case really valid? In _recv
code I followed the style, but I was just wondering.
--
marko
| Attachment | Content-Type | Size |
|---|---|---|
| txid.cleanup.diff | application/octet-stream | 6.1 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Gregory Stark | 2007-10-11 13:42:47 | Re: [PATCHES] Eliminate more detoast copies for packed varlenas |
| Previous Message | Heikki Linnakangas | 2007-10-11 08:36:22 | Re: Including Snapshot Info with Indexes |