Re: [GENERAL] currval and DISCARD ALL

From: Fabrízio de Royes Mello <fabrizio(at)timbira(dot)com(dot)br>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Fabrízio de Royes Mello <fabrizio(at)timbira(dot)com(dot)br>, Boszormenyi Zoltan <zb(at)cybertec(dot)at>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Marko Kreen <markokr(at)gmail(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>, Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>, Nigel Heron <nigel(at)psycode(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: [GENERAL] currval and DISCARD ALL
Date: 2013-10-03 20:32:24
Message-ID: CAFcNs+oo3bFh=pSYSSDXN9qOeB-CbgkCjS8252VEvd+V=zEp3g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Thu, Oct 3, 2013 at 5:26 PM, Robert Haas <robertmhaas(at)gmail(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michal TOMA 2013-10-03 21:56:35 pg_xlog size growing untill it fills the partition
Previous Message Robert Haas 2013-10-03 20:26:36 Re: [GENERAL] currval and DISCARD ALL

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2013-10-03 20:37:36 Re: GIN improvements part 1: additional information
Previous Message Robert Haas 2013-10-03 20:26:36 Re: [GENERAL] currval and DISCARD ALL