Re: Changeset Extraction v7.8 - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Changeset Extraction v7.8
Date
Msg-id 20140227165608.GJ28858@alap3.anarazel.de
Whole thread Raw
In response to Changeset Extraction v7.0 (was logical changeset generation)  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: Changeset Extraction v7.8  (Andres Freund <andres@2ndquadrant.com>)
Re: Changeset Extraction v7.8  (Thom Brown <thom@linux.com>)
List pgsql-hackers
Hi,

Attached you can find version 7.8 of this patcheset. Changes since 7.7
include:
* Signature changes of the SQL changeset SRFs to support limits based on LSN and/or number of returned rows
(pg_logical_slot_get_changes()et al) and to make parameter passing optional (by adding a DEFAULT '{}' to the variadic
argument)
* heap_page_prune_opt() now decides itself which horizon to use, removing a good amount of duplicated logic
* GetOldestXmin() now has a Relation parameter that can be NULL instead of the former allDbs (existing in master) and
systable(just this branch) parameters, also removing code duplication.
 
* pg_create_logical_replication_slot() is now defined in slotfuncs.c
* a fair number of cosmetic and comment changes

The open issues that I know of are:
* do we modify struct SnapshotData to be polymorphic based on some tag or move comments there?
* How/whether to change the exclusive lock on the ProcArrayLock in CreateInitDecodingContext()

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Changeset Extraction v7.6.1
Next
From: Tom Lane
Date:
Subject: Re: GiST support for inet datatypes