v4.2.1
Fix bugs of finite timeout emulation for Postgres (#4)
A bug that transactions unexpectedly aborted was solved by creating a temporary function in
pg_temp
instead of usingDO
+RAISE
.
Fix bugs of finite timeout emulation for Postgres (#4)
A bug that transactions unexpectedly aborted was solved by creating a temporary function in
pg_temp
instead of usingDO
+RAISE
.