From: | Andres Freund <andres(at)2ndquadrant(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Changeset Extraction v7.7 |
Date: | 2014-02-24 15:11:31 |
Message-ID: | 20140224151131.GD6718@awork2.anarazel.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
Changes in this version include:
* changed slot error handling log by introducing "ephermal" slots which
get dropped on errors. This is the biggest change.
* added quoting in the test_decoding output plugin
* closing of a tight race condition during slot creation where WAL could
have been removed
* comment and other adjustments, many of them noticed by robert
As always the result is pushed to the xlog-decoding-rebasing-remapping
on http://git.postgresql.org/gitweb/?p=users/andresfreund/postgres.git;a=summary
Greetings,
Andres Freund
--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
Attachment | Content-Type | Size |
---|---|---|
0001-wal_decoding-Introduce-logical-changeset-extraction.patch.gz | application/x-patch-gzip | 121.9 KB |
0002-wal_decoding-logical-changeset-extraction-walsender-.patch.gz | application/x-patch-gzip | 12.8 KB |
0003-wal_decoding-pg_recvlogical-Introduce-pg_receivexlog.patch.gz | application/x-patch-gzip | 11.4 KB |
0004-wal_decoding-Documentation-for-replication-slots-and.patch.gz | application/x-patch-gzip | 10.6 KB |
0005-wal_decoding-Temporarily-add-logical-decoding-regres.patch.gz | application/x-patch-gzip | 1.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Christian Kruse | 2014-02-24 15:13:24 | Re: Patch: show relation and tuple infos of a lock to acquire |
Previous Message | Andres Freund | 2014-02-24 15:09:13 | Re: often PREPARE can generate high load (and sometimes minutes long unavailability) |