pgsql: Try to avoid compiler warnings in optimized builds.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Try to avoid compiler warnings in optimized builds.
Date: 2020-04-24 18:23:32
Message-ID: E1jS2z6-0000Wd-6r@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Try to avoid compiler warnings in optimized builds.

Per report from Andres Freund, who also says that this fix
works for him.

Discussion: http://postgr.es/m/20200405193118.alprgmozhxcfabkw@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/05021a2c0cd212dbe9d7883e2d1677ba739653d5

Modified Files
--------------
src/bin/pg_verifybackup/parse_manifest.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-04-24 19:16:09 pgsql: git_changelog: use modern format for rel branch names in example
Previous Message Tom Lane 2020-04-24 16:02:55 pgsql: Repair performance regression in information_schema.triggers vie