pgsql: Fix compiler warning on Cygwin - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix compiler warning on Cygwin
Date
Msg-id E1jGoKu-00012z-4o@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Improve the internal implementation of ereport().
Next
From: Andres Freund
Date:
Subject: pgsql: logical decoding: Remove TODO about unnecessary optimization.