Add shared memory and semaphore routines for Win32.
authorBruce Momjian <bruce@momjian.us>
Thu, 24 Apr 2003 17:20:23 +0000 (17:20 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 24 Apr 2003 17:20:23 +0000 (17:20 +0000)
commit1a67e4869c74b7cf3c224b591788104946871fcd
treefbcfa870d293c2b84167c3ce99c1c398a434c0b5
parentd670bf378c138f6ab1c33a8f73be2edb493d38bb
Add shared memory and semaphore routines for Win32.

Also update copyright to be ours, with approval from Jan.
src/backend/port/win32/sem.c [new file with mode: 0644]
src/backend/port/win32/shm.c [new file with mode: 0644]