On Tue, Oct 8, 2013 at 4:57 AM, Robert Haas <[email protected]> wrote: > On Sat, Oct 5, 2013 at 8:10 AM, Michael Paquier > <[email protected]> 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. It is fine now. Thanks for the fix. -- Michael
-- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
