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

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress dead, unportable src/port/crypt.c code.
Date: 2014-10-13 03:39:22
Message-ID: E1XdWTi-0007TK-3t@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/62698dae6b4fd066f8d4e4a4f0a41c3155769d3d

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

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2014-10-13 15:17:51 pgsql: Increase number of hash join buckets for underestimate.
Previous Message Peter Eisentraut 2014-10-12 05:56:18 pgsql: pg_recvlogical: Improve --help output