diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-11 15:50:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-11 15:50:49 +0200 |
commit | 31a3ad3fa55af5b9fe58254d1be48cdc2b794754 (patch) | |
tree | fdb7ef9ce95ad40fdb586a0569cbce5084df657f | |
parent | 504ea452d362aaa2cf98da1671b3063494126904 (diff) |
Add bug: Need to use SERIALIZABLE isolation level on all databases
-rw-r--r-- | bug/list | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +! Need to use SERIALIZABLE isolation level on all databases + + See private email with subject like "ODB concurrency behavior". + ! Add note on PG "transaction terminated after failed statement" [doc] For instance, the schema_catalog::migrate() logic doesn't work in case |