pgsql: Fix compiler warning

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix compiler warning
Date: 2021-06-07 15:05:50
Message-ID: E1lqGp4-0002JO-K1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix compiler warning

Introduced by 41306a511c01dd299115cf447858a00e34aebbf6, happens with gcc
4.7.2.

Forward-port of 1ec36a9eb4c2, which was applied to 9.6 only.

Author: Peter Eisentraut <peter(at)eisentraut(dot)org>
Reported-by: Anton Voloshin <a(dot)voloshin(at)postgrespro(dot)ru>
Discussion: https://postgr.es/m/be8bbcdf-35f8-a8a6-098f-65c2e9497151@postgrespro.ru

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/32db0d68be40824b94beb6014f6979e3626b9056

Modified Files
--------------
src/backend/catalog/objectaddress.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-06-07 18:15:57 pgsql: Fix incautious handling of possibly-miscoded strings in client c
Previous Message Michael Paquier 2021-06-07 09:14:21 pgsql: Fix portability issue in test indirect_toast