Reapply "kvdb/postgres: remove global application level lock"

This reverts commit 67419a7c0c.
This commit is contained in:
Alex Akselrod
2024-10-30 14:40:23 -07:00
parent 3cebd370de
commit f3bb7095b2
3 changed files with 0 additions and 53 deletions

View File

@@ -28,7 +28,6 @@ func newPostgresBackend(ctx context.Context, config *Config, prefix string) (
Schema: "public",
TableNamePrefix: prefix,
SQLiteCmdReplacements: sqliteCmdReplacements,
WithTxLevelLock: true,
}
return sqlbase.NewSqlBackend(ctx, cfg)