Replies: 1 comment 2 replies
-
Never seen that before. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I get an error for
DBD::Pg::st execute failed: ERROR: prepared statement "dbdpg_p75253_1" already exists.....
(or the like) whenever I run my app usingprefork
. The error happens within the sub, similar to below:But doesn't occur in just plain old
daemon
mode. Assume its some handle being left open or something? The database is Postgres and I'm using Mojo::PgBeta Was this translation helpful? Give feedback.
All reactions