-
- Downloads
postgres: use stdlib to set serializable tx level
also use a context for the rollback, which is a bit cleaner since it only results in one 'defer', rather than N from the loop
Please register or sign in to comment
also use a context for the rollback, which is a bit cleaner since it only results in one 'defer', rather than N from the loop