pgsql: Try to fix compiler warnings.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Try to fix compiler warnings.
Date: 2021-03-12 19:36:09
Message-ID: E1lKnZx-0005yZ-Mh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Try to fix compiler warnings.

Per report from Peter Geoghegan.

Discussion: http://postgr.es/m/CAH2-WznpwULZ3uJ1_6WXvNMXYbOy8k8tYs3r=qSdGmZeRd6tDw@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/bin/pg_amcheck/pg_amcheck.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message er 2021-03-12 19:52:27 Re: pgsql: Try to fix compiler warnings.
Previous Message Robert Haas 2021-03-12 18:09:01 pgsql: Add pg_amcheck, a CLI for contrib/amcheck.