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

From Andres Freund
Subject Re: Changeset Extraction v7.3
Date
Msg-id 20140127162006.GA25670@awork2.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.3  (Thom Brown <thom@linux.com>)
List pgsql-hackers
Hi,

Here's the next version of the patchset. The following changes have been
made:
* move xmin pegging and more logic responsibility to procarray.c
* split all support for changeset extraction from the initial slot patch
* always register an before_shmem_exit handler when
  max_replication_slots is registered, not just while a slot is acquired
* move some patch hunks to earlier patches, especially the
  ReplicationSlotAcquire() call for physical rep that accidentally
  slipped and the SQL accessible slot manipulation functions
* minor stuff

Greetings,

Andres Freund

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

Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: dynamic shared memory and locks
Next
From: Alexander Korotkov
Date:
Subject: Re: GIN improvements part2: fast scan