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 find that the pgut_connection_replication() function passes the name parameter, which is only used in elog(). The connection string uses replication as the connection database.
It seems the elog's message is incorrect if the connection is failed. Why not use dbname as the connection database?