You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to make a repro for postgresql-simple that fails with postgresql-simple, but making an equivalent repro using persistent-postgresql works fine:
#1199 is marked done, but we still saw an instance of this error on
persistent-postgresql-2.13.5.0
.#1199 mentioned an issue in
postgresql-simple
, but I commented that it's unrelated, becausepersistent
uses its own transaction logic: haskellari/postgresql-simple#69 (comment)I was able to make a repro for
postgresql-simple
that fails withpostgresql-simple
, but making an equivalent repro usingpersistent-postgresql
works fine:So it seems like something else is causing this libpq error other than the naive kill-query-mid-transaction.
cc @codygman
The text was updated successfully, but these errors were encountered: