Re: Avoiding pin scan during btree vacuum - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Avoiding pin scan during btree vacuum
Date
Msg-id 20161117163757.fi6hmpcbgq6gqlhr@alvherre.pgsql
Whole thread Raw
In response to Re: Avoiding pin scan during btree vacuum  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
Alvaro Herrera wrote:
> I am ready now to backpatch this to 9.4 and 9.5; here are the patches.
> They are pretty similar, but some adjustments were needed due to XLog
> format changes in 9.5.  (I kept most of Simon's original commit
> message.)

Finally done.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Artur Zakirov
Date:
Subject: [BUG?] pg_event_trigger_ddl_commands() error with ALTER TEXT SEARCH CONFIGURATION
Next
From: Robert Haas
Date:
Subject: Re: Declarative partitioning - another take