Re: pgsql: Support invalidating replication slots due to horizon and wal_le
От | Kyotaro Horiguchi |
---|---|
Тема | Re: pgsql: Support invalidating replication slots due to horizon and wal_le |
Дата | |
Msg-id | 20230411.120301.93333867350615278.horikyota.ntt@gmail.com обсуждение исходный текст |
Ответ на | pgsql: Support invalidating replication slots due to horizon and wal_le (Andres Freund <andres@anarazel.de>) |
Список | pgsql-committers |
> Support invalidating replication slots due to horizon and wal_level This adds the following message. + appendStringInfo(&err_detail, _("Logical decoding on standby requires wal_level to be at least logical on theprimary server")); This message is missing a period at the end. regards. diff --git a/src/backend/replication/slot.c b/src/backend/replication/slot.c index 41848f0ac6..e73fd2d13b 100644 --- a/src/backend/replication/slot.c +++ b/src/backend/replication/slot.c @@ -1274,7 +1274,7 @@ ReportSlotInvalidation(ReplicationSlotInvalidationCause cause, break; case RS_INVAL_WAL_LEVEL: - appendStringInfo(&err_detail, _("Logical decoding on standby requires wal_level to be at least logical on theprimary server")); + appendStringInfo(&err_detail, _("Logical decoding on standby requires wal_level to be at least logical on theprimary server.")); break; case RS_INVAL_NONE: pg_unreachable(); -- Kyotaro Horiguchi NTT Open Source Software Center
В списке pgsql-committers по дате отправления: