pgsql: AlterSubscription_refresh: avoid stomping on global variable

2021-05-07 Thread Alvaro Herrera
AlterSubscription_refresh: avoid stomping on global variable This patch replaces use of the global "wrconn" variable in AlterSubscription_refresh with a local variable of the same name, making it consistent with other functions in subscriptioncmds.c (e.g. DropSubscription). The global wrconn is o

pgsql: AlterSubscription_refresh: avoid stomping on global variable

2021-05-07 Thread Alvaro Herrera
AlterSubscription_refresh: avoid stomping on global variable This patch replaces use of the global "wrconn" variable in AlterSubscription_refresh with a local variable of the same name, making it consistent with other functions in subscriptioncmds.c (e.g. DropSubscription). The global wrconn is o

pgsql: AlterSubscription_refresh: avoid stomping on global variable

2021-05-07 Thread Alvaro Herrera
AlterSubscription_refresh: avoid stomping on global variable This patch replaces use of the global "wrconn" variable in AlterSubscription_refresh with a local variable of the same name, making it consistent with other functions in subscriptioncmds.c (e.g. DropSubscription). The global wrconn is o

pgsql: AlterSubscription_refresh: avoid stomping on global variable

2021-05-07 Thread Alvaro Herrera
AlterSubscription_refresh: avoid stomping on global variable This patch replaces use of the global "wrconn" variable in AlterSubscription_refresh with a local variable of the same name, making it consistent with other functions in subscriptioncmds.c (e.g. DropSubscription). The global wrconn is o

pgsql: AlterSubscription_refresh: avoid stomping on global variable

2021-05-07 Thread Alvaro Herrera
AlterSubscription_refresh: avoid stomping on global variable This patch replaces use of the global "wrconn" variable in AlterSubscription_refresh with a local variable of the same name, making it consistent with other functions in subscriptioncmds.c (e.g. DropSubscription). The global wrconn is o