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

From Fabrízio de Royes Mello
Subject Re: [GENERAL] currval and DISCARD ALL
Date
Msg-id CAFcNs+oo3bFh=pSYSSDXN9qOeB-CbgkCjS8252VEvd+V=zEp3g@mail.gmail.com
Whole thread
In response to Re: [GENERAL] currval and DISCARD ALL  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers

On Thu, Oct 3, 2013 at 5:26 PM, Robert Haas <robertmhaas@gmail.com> wrote:
>
>
> Committed with assorted revisions.  In particular, I renamed the
> function that discards cached sequence data, revised the wording of
> the documentation, added a regression test, and tweaked the list-free
> code to pop items off one after the other instead of walking the list
> and then NULLing it out at the end.  Although no ERROR is possible
> here currently, this coding style is generally preferable because it's
> robust against being interrupted in the middle.
>

Thanks!

--
   Fabrízio de Royes Mello         Timbira - http://www.timbira.com.br/
   PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [GENERAL] currval and DISCARD ALL
Next
From: Alexander Korotkov
Date:
Subject: Re: GIN improvements part 1: additional information