]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Rename the logical replication global "wrconn"
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 12 May 2021 23:13:54 +0000 (19:13 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 12 May 2021 23:13:54 +0000 (19:13 -0400)
commitb0e6e08b1981ebcdb2f3e7576de7ed0d004cfc16
tree1cf155dd6689436a56148b96f83dcd0df184e688
parentfae98e3293de89f2fe8fc6e7c196d351378ce80e
Rename the logical replication global "wrconn"

The worker.c global wrconn is only meant to be used by logical apply/
tablesync workers, but there are other variables with the same name. To
reduce future confusion rename the global from "wrconn" to
"LogRepWorkerWalRcvConn".

While this is just cosmetic, it seems better to backpatch it all the way
back to 10 where this code appeared, to avoid future backpatching
issues.

Author: Peter Smith <smithpb2250@gmail.com>
Discussion: https://postgr.es/m/CAHut+Pu7Jv9L2BOEx_Z0UtJxfDevQSAUW2mJqWU+CtmDrEZVAg@mail.gmail.com
src/backend/replication/logical/launcher.c
src/backend/replication/logical/tablesync.c
src/backend/replication/logical/worker.c
src/include/replication/worker_internal.h