pgsql: Fix compiler warning on Cygwin

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix compiler warning on Cygwin
Date: 2020-03-24 18:31:36
Message-ID: E1jGoKu-00012z-4o@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix compiler warning on Cygwin

bf68b79e50e3359accc85c94fa23cc03abb9350a introduced an unused variable
compiler warning on Cygwin.

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2020-03-24 19:16:43 pgsql: logical decoding: Remove TODO about unnecessary optimization.
Previous Message Tom Lane 2020-03-24 16:08:55 pgsql: Improve the internal implementation of ereport().