const PG_SERIALIZATION_FAILURE_CODE: &str = "40001";
PostgreSQL error code for serialization failures under SERIALIZABLE isolation. Transactions that fail with this code are safe to retry from scratch.