Re: MultiXact truncation, startup et al.

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Andres Freund <andres(at)2ndquadrant(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: MultiXact truncation, startup et al.
Date: 2013-11-30 15:58:26
Message-ID: 1385827106.27340.18.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 2013-11-29 at 22:15 -0300, Alvaro Herrera wrote:
> Okay, I have pushed all these patches, including the fixes suggested
> here and then some.

Something in these patches is causing a new compiler warning in the 9.2
branch:

multixact.c:1553:1: warning: no previous prototype for
‘TrimMultiXact’ [-Wmissing-prototypes]

http://pgci.eisentraut.org/jenkins/job/postgresql_9.2_world/404/warnings19Result/new/?

Something might be wrong there, because that new function doesn't appear
to be called anywhere.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2013-11-30 16:00:58 Re: Incomplete freezing when truncating a relation during vacuum
Previous Message Tom Lane 2013-11-30 15:57:43 Re: MultiXact truncation, startup et al.