]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Suppress dead, unportable src/port/crypt.c code.
authorNoah Misch <noah@leadboat.com>
Mon, 13 Oct 2014 03:27:06 +0000 (23:27 -0400)
committerNoah Misch <noah@leadboat.com>
Mon, 13 Oct 2014 03:27:36 +0000 (23:27 -0400)
commit4487b8598f4b2e1c87d032978639e235cf98945e
tree4d30e79537ea9ee8ae8268a7c2cc7eb04ecaaafc
parent0fbb1728b5e5218cfa80facff092e225096ae315
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).
src/port/crypt.c