Re: Changeset Extraction v7.3

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Changeset Extraction v7.3
Date: 2014-01-27 16:20:06
Message-ID: 20140127162006.GA25670@awork2.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
0001-wal_decoding-Introduce-the-replication-slot-interfac.patch.gz application/x-patch-gzip 14.5 KB
0002-wal_decoding-physical-streaming-replication-walsende.patch.gz application/x-patch-gzip 5.5 KB
0003-wal_decoding-Introduce-changeset-extraction.patch.gz application/x-patch-gzip 75.5 KB
0004-wal_decoding-Only-peg-the-xmin-horizon-for-catalog-t.patch.gz application/x-patch-gzip 5.2 KB
0005-wal_decoding-Allow-walsenders-to-connect-to-a-specif.patch.gz application/x-patch-gzip 4.0 KB
0006-wal_decoding-logical-changeset-extraction-walsender-.patch.gz application/x-patch-gzip 8.0 KB
0007-wal_decoding-pg_recvlogical-Introduce-pg_receivexlog.patch.gz application/x-patch-gzip 9.1 KB
0008-wal_decoding-test_decoding-Add-a-simple-decoding-mod.patch.gz application/x-patch-gzip 27.4 KB
0009-wal_decoding-design-document-v2.4-and-snapshot-build.patch.gz application/x-patch-gzip 12.9 KB
0010-wal_decoding-Documentation-for-replication-slots-and.patch.gz application/x-patch-gzip 13.1 KB
0011-wal_decoding-Temporarily-add-logical-decoding-regres.patch.gz application/x-patch-gzip 1.4 KB
0012-slot-hack-up-pg_receivexlog-support.patch.gz application/x-patch-gzip 1.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2014-01-27 16:45:49 Re: GIN improvements part2: fast scan
Previous Message Robert Haas 2014-01-27 16:18:18 Re: dynamic shared memory and locks