Re: [COMMITTERS] pgsql: Add DISCARD SEQUENCES command.
| От | Robert Haas |
|---|---|
| Тема | Re: [COMMITTERS] pgsql: Add DISCARD SEQUENCES command. |
| Дата | |
| Msg-id | CA+TgmobsHk56uqMWrPHUvJ9yuN3+hiHRjRTj0AiQRzpvqE_iPA@mail.gmail.com обсуждение исходный текст |
| Ответ на | Re: [COMMITTERS] pgsql: Add DISCARD SEQUENCES command. (Michael Paquier <michael.paquier@gmail.com>) |
| Ответы |
Re: [COMMITTERS] pgsql: Add DISCARD SEQUENCES command.
|
| Список | pgsql-hackers |
On Sat, Oct 5, 2013 at 8:10 AM, Michael Paquier
<michael.paquier@gmail.com> wrote:
> Here is the test case failing:
> =# create sequence foo;
> CREATE SEQUENCE
> =# select nextval('foo');
> nextval
> ---------
> 1
> (1 row)
> =# discard sequences ;
> DISCARD SEQUENCES
> =# select currval('foo');
> ERROR: 55000: currval of sequence "foo" is not yet defined in this session
> LOCATION: currval_oid, sequence.c:780
> =# select lastval();
> The connection to the server was lost. Attempting reset: Failed.
Thanks. I have pushed a fix that I hope will be sufficient.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
В списке pgsql-hackers по дате отправления: