pgsql/src/backend/commands (sequence.c) - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/backend/commands (sequence.c)
Date
Msg-id 200012082006.eB8K6wN13661@hub.org
Whole thread Raw
List pgsql-committers
  Date: Friday, December  8, 2000 @ 15:06:58
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/commands
     from hub.org:/home/projects/pgsql/tmp/cvs-serv13649/src/backend/commands

Modified Files:
    sequence.c

-----------------------------  Log Message  -----------------------------

Remove error check that disallowed setval() on a sequence with cache
value greater than one.  The behavior this sought to disallow doesn't
seem any less confusing than the other behaviors of cached sequences.
Improve wording of some error messages, too.
Update documentation accordingly.  Also add an explanation that
aborted transactions do not roll back their nextval() calls; this
seems to be a FAQ, so it ought to be mentioned here...

pgsql-committers by date:

Previous
From: tgl@postgresql.org
Date:
Subject: pgsql/doc/src/sgml/ref (create_sequence.sgml)
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/commands (sequence.c)