Re: [GENERAL] currval and DISCARD ALL

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [GENERAL] currval and DISCARD ALL
Дата
Msg-id CA+TgmoZjhtEtncAsDYQtWNwLgOwvdgzp6Dhf-eeE9AsJVUkRXQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [GENERAL] currval and DISCARD ALL  (Fabrízio de Royes Mello<fabrizio@timbira.com.br>)
Ответы Re: [GENERAL] currval and DISCARD ALL
Список pgsql-hackers
On Mon, Sep 2, 2013 at 4:35 PM, Fabrízio de Royes Mello
<fabrizio@timbira.com.br> wrote:
> The attached patch fix the items reviewed by you.

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.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Re: No Index-Only Scan on Partial Index
Следующее
От: Fabrízio de Royes Mello
Дата:
Сообщение: Re: [GENERAL] currval and DISCARD ALL