Rename the logical replication global "wrconn"

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 6e9723cde5c672bb55ed803fc42720d0a46ce03c
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2021-05-12T23:13:54Z
Releases: 12.8
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

Files

Discussion