pgsql: Fix final warnings produced by -Wshadow=compatible-local

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix final warnings produced by -Wshadow=compatible-local
Date: 2022-10-07 00:15:38
Message-ID: E1ogb1d-001EPA-Ek@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix final warnings produced by -Wshadow=compatible-local

I thought I had these in d8df67bb1, but per report from Andres Freund, I
missed some.

Reviewed-by: Andres Freund
Discussion: https://postgr.es/m/20221005214052.c4tkudawyp5wxt3c@awork3.anarazel.de

Branch
------
master

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

Modified Files
--------------
contrib/bloom/blinsert.c | 2 --
contrib/file_fdw/file_fdw.c | 8 ++++----
contrib/hstore/hstore.h | 6 +++---
contrib/postgres_fdw/deparse.c | 2 --
contrib/postgres_fdw/postgres_fdw.c | 11 +++--------
src/interfaces/libpq/fe-secure-gssapi.c | 12 ++++++------
src/pl/plpython/plpy_cursorobject.c | 6 +++---
src/pl/plpython/plpy_exec.c | 2 --
src/pl/plpython/plpy_spi.c | 6 +++---
src/test/modules/test_integerset/test_integerset.c | 20 ++++++++++----------
10 files changed, 32 insertions(+), 43 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-10-07 00:23:17 pgsql: meson: Add support for building with precompiled headers
Previous Message Andres Freund 2022-10-06 20:10:35 pgsql: meson: Fix two comments