pgsql: Fix shadow variable warning in subscriptioncmds.c.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix shadow variable warning in subscriptioncmds.c.
Date: 2025-12-03 03:41:10
Message-ID: E1vQdjp-002XBl-2E@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix shadow variable warning in subscriptioncmds.c.

Author: Shlok Kyal <shlok(dot)kyal(dot)oss(at)gmail(dot)com>
Author: Peter Smith <smithpb2250(at)gmail(dot)com>
Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Reviewed-by: Vignesh C <vignesh21(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAHut+PsF8R0Bt4J3c92+T2F0mun0rRfK=-GH+iBv2s-O8ahJJw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c252d37d8ca8f254fa715ec24fcb23a035a88993

Modified Files
--------------
src/backend/commands/subscriptioncmds.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-12-03 07:54:07 pgsql: Remove useless casts to Pointer
Previous Message Nathan Bossart 2025-12-02 22:40:48 pgsql: Use LW_SHARED in dsa.c where possible.