Re: [GENERAL] currval and DISCARD ALL - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [GENERAL] currval and DISCARD ALL
Date
Msg-id 1377355278.8206.3.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: [GENERAL] currval and DISCARD ALL  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
List pgsql-hackers
On Fri, 2013-04-19 at 11:58 -0300, Fabrízio de Royes Mello wrote:
>
> Ohh sorry... you're all right... I completely forgot to finish the
> ReleaseSequenceCaches to transverse 'seqtab' linked list and free each
> node.
>
> The attached patch have this correct code.

Please fix this compiler warning:

sequence.c:1608:1: warning: no previous prototype for ‘ReleaseSequenceCaches’ [-Wmissing-prototypes]




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Patch for fail-back without fresh backup
Next
From: Peter Eisentraut
Date:
Subject: Re: Re: Proposal/design feedback needed: WITHIN GROUP (sql standard ordered set aggregate functions)