pgsql: Suppress dead, unportable src/port/crypt.c code.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Suppress dead, unportable src/port/crypt.c code.
Дата
Msg-id E1XdWTi-0007TT-4Y@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Suppress dead, unportable src/port/crypt.c code.

This file used __int64, which is specific to native Windows, rather than
int64.  Suppress the long-unused union field of this type.  Noticed on
Cygwin x86_64 with -lcrypt not installed.  Back-patch to 9.0 (all
supported versions).

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/905a8f47b8733bb048c89410be4029052437792f

Modified Files
--------------
src/port/crypt.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: pg_ctl: Cast DWORD values to avoid -Wformat warnings.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Suppress dead, unportable src/port/crypt.c code.