[COMMITTERS] pgsql: Fix logical replication protocol comparison logic

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Fix logical replication protocol comparison logic
Дата
Msg-id E1dhiN8-0007kl-W6@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix logical replication protocol comparison logic

Since we currently only have one protocol, this doesn't make much of a
difference other than the error message.

Author: Yugo Nagata <nagata@sraoss.co.jp>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/70b573b2677eb5ef28515e824e5027e26ce21d77

Modified Files
--------------
src/backend/replication/pgoutput/pgoutput.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: doc: Add missing logical replication protocol message
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Make simpler-simple-expressions code cope with a Gather plan.