Обсуждение: pgsql: Fix compiler warnings on MSYS2

Поиск
Список
Период
Сортировка

pgsql: Fix compiler warnings on MSYS2

От
Peter Eisentraut
Дата:
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(+)