pgsql: Fix compiler warning on Cygwin

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix compiler warning on Cygwin
Дата
Msg-id E1jGoKu-00012z-4o@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve the internal implementation of ereport().
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: logical decoding: Remove TODO about unnecessary optimization.