Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions

From: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions
Date: 2018-01-19 22:08:02
Message-ID: 47223121-222d-8e04-4928-a28ecdc5327d@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 01/19/2018 03:34 PM, Tomas Vondra wrote:
> Attached is v5, fixing a silly bug in part 0006, causing segfault when
> creating a subscription.
>

Meh, there was a bug in the sgml docs (<variable> vs. <varname>),
causing another failure. Hopefully v6 will pass the CI build, it does
pass a build with the same parameters on my system.

regards

--
Tomas Vondra http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
0001-Introduce-logical_work_mem-to-limit-ReorderBuffer-v6.patch.gz application/gzip 9.9 KB
0002-Issue-XLOG_XACT_ASSIGNMENT-with-wal_level-logical-v6.patch.gz application/gzip 2.7 KB
0003-Issue-individual-invalidations-with-wal_level-log-v6.patch.gz application/gzip 4.8 KB
0004-Extend-the-output-plugin-API-with-stream-methods-v6.patch.gz application/gzip 5.3 KB
0005-Implement-streaming-mode-in-ReorderBuffer-v6.patch.gz application/gzip 10.8 KB
0006-Add-support-for-streaming-to-built-in-replication-v6.patch.gz application/gzip 18.3 KB
0007-Track-statistics-for-streaming-spilling-v6.patch.gz application/gzip 4.3 KB
0008-BUGFIX-make-sure-subxact-is-marked-as-is_known_as-v6.patch.gz application/gzip 570 bytes
0009-BUGFIX-set-final_lsn-for-subxacts-before-cleanup-v6.patch.gz application/gzip 631 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2018-01-19 22:16:50 Re: [HACKERS] GnuTLS support
Previous Message Robert Haas 2018-01-19 22:07:30 Re: non-bulk inserts and tuple routing