[COMMITTERS] pgsql: Downcase "Wincrypt.h" - Mailing list pgsql-committers

From Andrew Dunstan
Subject [COMMITTERS] pgsql: Downcase "Wincrypt.h"
Date
Msg-id E1czO4j-0002Im-HO@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Downcase "Wincrypt.h"

This is consistent with how we refer to other Windows include files, and
prevents a failure when cross-compiling on a system with case sensitive
file names.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0eba6be1b8d37fa368a45795ba350d46cc86df54

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Avoid passing function pointers across process boundaries.
Next
From: Amit Kapila
Date:
Subject: Re: [COMMITTERS] pgsql: Clean up manipulations of hash indexes'hasho_flag field.