Skip to content

Error when running with pg_connect_pool #689

Answered by sm-shaw
eqbalz asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, you need to set pg_storedprocs to false for both the schema build and the test. As described here https://www.hammerdb.com/docs/ch04s09.html prepared statements are not supported for the connect pool option as it uses prepared statements and these are not supported by PostgreSQL with stored procedures and therefore you have to both build and run with functions.
Also there is this issue #681 that has been fixed with the PostgreSQL connect pool implementation - so if you see this error add an additional close brace "}" as a workaround.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by eqbalz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants