pgsql: Suppress platform-dependent unused-variable warning.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Suppress platform-dependent unused-variable warning.
Дата
Msg-id E1Q1MWq-0004ng-ND@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Suppress platform-dependent unused-variable warning.

The local variable "sock" can be unused depending on compilation flags.
But there seems no particular need for it, since the kernel calls can
just as easily say port->sock instead.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/82e4d45bd0ba9c07b8a97f28f939db6d8d564f9a

Modified Files
--------------
src/backend/libpq/auth.c |    9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix up handling of C/POSIX collations.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Add some platform-independent tests for the collation feature.