pgsql: Suppress dead, unportable src/port/crypt.c code. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Suppress dead, unportable src/port/crypt.c code.
Date
Msg-id E1XdWTi-0007TV-4e@gemulon.postgresql.org
Whole thread Raw
List 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_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/b4d45f07769beb569c494b11b2ae0dfe4c24f783

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


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Suppress dead, unportable src/port/crypt.c code.
Next
From: Noah Misch
Date:
Subject: pgsql: Fix quoting in the add_to_path Makefile macro.