pgsql: Fix compiler warnings on MSYS2

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix compiler warnings on MSYS2
Date: 2019-12-20 07:22:27
Message-ID: E1iiCcF-0001xd-4c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix compiler warnings on MSYS2

The PS_USE_NONE case in ps_status.c left a couple of unused variables
exposed.

Discussion: https://www.postgresql.org/message-id/flat/6b467edc-4018-521f-ab18-171f098557ca%402ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8c6d30f211390df911072d33f0114a31f066a4cd

Modified Files
--------------
src/backend/utils/misc/ps_status.c | 8 ++++++++
1 file changed, 8 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-12-20 07:32:14 pgsql: Disallow dropping rules on system tables by default
Previous Message Andrew Dunstan 2019-12-20 05:55:10 pgsql: Superuser can permit passwordless connections on postgres_fdw