Use Enums for logical replication message types at more places.
authorAmit Kapila <akapila@postgresql.org>
Thu, 26 Nov 2020 03:51:14 +0000 (09:21 +0530)
committerAmit Kapila <akapila@postgresql.org>
Thu, 26 Nov 2020 03:51:14 +0000 (09:21 +0530)
commitf3a8f73ec274bf8cc6066ea315f1a5a022214b02
tree68114b10df7dde8f3f4ee2a5c60ec42d2b178d6b
parentc98763bf51bf610b3ee7e209fc76c3ff9a6b3163
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
src/backend/replication/logical/worker.c