Skip to content

Conversation

@jackc
Copy link
Owner

@jackc jackc commented Aug 22, 2024

Apparently, when run through a connection pooler, the prepared statements from one run may persist to the next run because the underlying connection is not closed and it retains the prepared statements. This would cause the next run to fail because the prepared statement names are deterministic and would conflict with the already existing prepared statements.

#100

Apparently, when run through a connection pooler, the prepared
statements from one run may persist to the next run because the
underlying connection is not closed and it retains the prepared
statements. This would cause the next run to fail because the prepared
statement names are deterministic and would conflict with the already
existing prepared statements.

#100
@rlapray
Copy link

rlapray commented May 10, 2025

LGTM, what would be the blocker to merge to master ?

@jackc
Copy link
Owner Author

jackc commented May 10, 2025

@rlapray I wrote the proposed fix to a problem I don't have. I was waiting for some feedback to see if it actually worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants