Use Enums for logical replication message types at more places.

Amit Kapila <akapila@postgresql.org>

Commit: f3a8f73ec274bf8cc6066ea315f1a5a022214b02
Author: Amit Kapila <akapila@postgresql.org>
Date: 2020-11-26T03:51:14Z
Releases: 14.0
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

Files

PathChange+/−
src/backend/replication/logical/worker.c modified +7 −7

Discussion