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
Improved detection of two phase transactions requirement for the PostgreSQL
database by testing that max_prepared_transactions is set to a value
greater than 0. Pull request courtesy Federico Caselli.
Fixes: #5057Closes: #5059
Pull-request: #5059
Pull-request-sha: c30c3b1
Change-Id: I4360f62eacdf1173172ee24cd05a68e9a448290c
(cherry picked from commit 92fd25f)
While working on #5055 I encountered some error on postgres the type
It seems that the default on postgres is to set it to 0. https://www.postgresql.org/docs/current/runtime-config-resource.html#GUC-MAX-PREPARED-TRANSACTIONS
I'll open a pr to add a requirement for it, as suggested by #5055 (comment)
The text was updated successfully, but these errors were encountered: