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
errcontext("processing remote data for replication origin \"%s\" during \"%s\"",
4005
+
errcontext("processing remote data for replication origin \"%s\" during message type \"%s\"",
4006
4006
errarg->origin_name,
4007
4007
logicalrep_message_type(errarg->command));
4008
4008
elseif (XLogRecPtrIsInvalid(errarg->finish_lsn))
4009
-
errcontext("processing remote data for replication origin \"%s\" during \"%s\" in transaction %u",
4009
+
errcontext("processing remote data for replication origin \"%s\" during message type \"%s\" in transaction %u",
4010
4010
errarg->origin_name,
4011
4011
logicalrep_message_type(errarg->command),
4012
4012
errarg->remote_xid);
4013
4013
else
4014
-
errcontext("processing remote data for replication origin \"%s\" during \"%s\" in transaction %u finished at %X/%X",
4014
+
errcontext("processing remote data for replication origin \"%s\" during message type \"%s\" in transaction %u, finished at %X/%X",
4015
4015
errarg->origin_name,
4016
4016
logicalrep_message_type(errarg->command),
4017
4017
errarg->remote_xid,
4018
4018
LSN_FORMAT_ARGS(errarg->finish_lsn));
4019
4019
}
4020
4020
elseif (errarg->remote_attnum<0)
4021
-
errcontext("processing remote data for replication origin \"%s\" during \"%s\" for replication target relation \"%s.%s\" in transaction %u finished at %X/%X",
4021
+
errcontext("processing remote data for replication origin \"%s\" during message type \"%s\" for replication target relation \"%s.%s\" in transaction %u, finished at %X/%X",
4022
4022
errarg->origin_name,
4023
4023
logicalrep_message_type(errarg->command),
4024
4024
errarg->rel->remoterel.nspname,
4025
4025
errarg->rel->remoterel.relname,
4026
4026
errarg->remote_xid,
4027
4027
LSN_FORMAT_ARGS(errarg->finish_lsn));
4028
4028
else
4029
-
errcontext("processing remote data for replication origin \"%s\" during \"%s\" for replication target relation \"%s.%s\" column \"%s\" in transaction %u finished at %X/%X",
4029
+
errcontext("processing remote data for replication origin \"%s\" during message type \"%s\" for replication target relation \"%s.%s\" column \"%s\" in transaction %u, finished at %X/%X",
0 commit comments