On Fri, 30 Oct 2020 at 09:43, vignesh C <vignes...@gmail.com> wrote: > > Attached v3 patch has the change for the same. > > Hi Vignesh,
+ appendStringInfo(&logmsg, "replication "); + + appendStringInfo(&logmsg, "connection authorized: user=%s", + port->user_name); + if (!am_walsender) + appendStringInfo(&logmsg, " database=%s", port->database_name); + + if (port->application_name != NULL) + appendStringInfo(&logmsg, " application_name=%s", + port->application_name); + Your approach breaks localization. You should use multiple errmsg. +$node->append_conf('postgresql.conf', "logging_collector= 'on'"); +$node->append_conf('postgresql.conf', "log_connections= 'on'"); booleans don't need quotes. -- Euler Taveira http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services