[Buildbot-commits] [Buildbot] #2119: upgrade-master sets auto-increment counters for id fields incorrectly in postgresql

Buildbot nobody at buildbot.net
Mon Feb 27 01:02:37 UTC 2012


#2119: upgrade-master sets auto-increment counters for id fields incorrectly in
postgresql
---------------------+---------------------
Reporter:  szager    |       Owner:
    Type:  defect    |      Status:  closed
Priority:  major     |   Milestone:  0.8.6
 Version:  0.8.4p1   |  Resolution:  fixed
Keywords:  database  |
---------------------+---------------------
Changes (by Dustin J. Mitchell):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Set postgres sequence values to allow inserts

 This fixes #2119, where the explicit inserts done as Buildbot imports
 changes from pickles skip the call to nextval('changes_changeid_seq'),
 and thus leave that sequence value out of sync with the table contents.
  Changeset: 0a3c28399e4c74e0d34cc33d8df66c435b991a28

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2119#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list