[Pgpool-general] handling of sequences

Josh Berkus josh at agliodbs.com
Mon Mar 1 18:19:45 UTC 2010


Tatsuo,

The official docs in English reccommend the use of insert_lock for
tables containing SERIAL columns, which is obviously an issue for
performance and a potential source of deadlocks.

Browsing through the source code, though, I see some rewrite code for
SERIALs; that doesn't work to rewrite serials so that you don't need
insert_lock?  Is this something you're working on?

--Josh Berkus





More information about the Pgpool-general mailing list