pgsql: Use Enums for logical replication message types at more places.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Use Enums for logical replication message types at more places.
Дата
Msg-id E1ki8NX-0007WD-7H@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use Enums for logical replication message types at more places.

Commit 644f0d7cc9 added logical replication message type enums to use
instead of character literals but some char substitutions were overlooked.

Author: Peter Smith
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/CAHut+PsTG=Vrv8hgrvOnAvCNR21jhqMdPk2n0a1uJPoW0p+UfQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f3a8f73ec274bf8cc6066ea315f1a5a022214b02

Modified Files
--------------
src/backend/replication/logical/worker.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Avoid spurious waits in concurrent indexing
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: doc: Add description about re-analysis and re-planning of a prep