txid cleanup - Mailing list pgsql-patches

From Marko Kreen
Subject txid cleanup
Date
Msg-id 168f32320003c42d@previdencia.gov.br
Whole thread Raw
List 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

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Attachment

pgsql-patches by date:

Previous
From: "Heikki Linnakangas"
Date:
Subject: Re: [HACKERS] Why copy_relation_data only use wal whenWALarchivingis enabled
Next
From: "Heikki Linnakangas"
Date:
Subject: Re: [HACKERS] Why copy_relation_data only use wal whenWALarchivingis enabled