Re: logical decoding vs. VACUUM FULL / CLUSTER on table with TOAST-ed data

From: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>
To: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: logical decoding vs. VACUUM FULL / CLUSTER on table with TOAST-ed data
Date: 2018-11-28 01:04:18
Message-ID: 530c9399-14b5-2b50-02e3-d3f438578672@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 11/24/18 12:20 AM, Tomas Vondra wrote:
> ...
>
> OK, here's an updated patch, tweaking the reorderbuffer part. I plan
> to push this sometime mid next week.
>

Pushed and backpatched to 9.4- (same as e9edc1ba).

regards

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ian Barwick 2018-11-28 01:06:34 Re: Function to promote standby servers
Previous Message Amit Langote 2018-11-28 01:02:00 Re: MERGE SQL statement for PG12