I have created a small patch that makes possible to compile pgsql on newer

Bruce Momjian <bruce@momjian.us>

Commit: c6411605e110ff2f0815544471b65eaacc0f0515
Author: Bruce Momjian <bruce@momjian.us>
Date: 1999-10-12T14:54:28Z
Releases: 7.1.1
I have created a small patch that makes possible to compile pgsql on newer
Cygwin snapshots (tested on 990115 which is recommended to use - it fixes
some errors in B20.1)

And I have another patch for including <sys/ipc.h> before <sys/sem.h> in
backend/storage/lmgr/proc.c - it is required due the design of cygipc
headers

                        Dan

Files

PathChange+/−
src/backend/storage/lmgr/proc.c modified +3 −3
src/include/port/win.h modified +5 −0