Re: MultiXact truncation, startup et al. - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: MultiXact truncation, startup et al.
Date
Msg-id 20131129040035.GK5513@eldon.alvh.no-ip.org
Whole thread Raw
In response to Re: MultiXact truncation, startup et al.  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: MultiXact truncation, startup et al.  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
Andres Freund escribió:

> Patch 02 has changed its shape slightly since the version I posted here,
> because it's a prerequisite for the fix for the multixact bugs around
> heap_freeze_tuple() and heap_tuple_needs_freeze() I've written about
> nearby. I think Alvaro plans to work over my fixes to make them look
> nice enough and commit them soonish.
> Should somebody want to look into it
> http://git.postgresql.org/gitweb/?p=users/andresfreund/postgres.git;a=shortlog;h=refs/heads/multixact-handling
> contains the fixes.

Here's a tweaked version of the freeze patch.

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

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Modify the DECLARE CURSOR command tag depending on the scrollable flag
Next
From: Alvaro Herrera
Date:
Subject: Re: Re: Suggestion: Issue warning when calling SET TRANSACTION outside transaction block