Drops in the CreateProcess calls for Win32 (essentially wrapping up the
Bruce Momjian <bruce@momjian.us>
Drops in the CreateProcess calls for Win32 (essentially wrapping up the fork/exec portion of the port), and fixes a handful of whitespace issues Claudio Natoli
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/main/main.c | modified | +14 −1 |
| src/backend/postmaster/pgstat.c | modified | +8 −2 |
| src/backend/postmaster/postmaster.c | modified | +67 −2 |
| src/backend/storage/freespace/freespace.c | modified | +2 −2 |
| src/backend/storage/ipc/pmsignal.c | modified | +2 −2 |
| src/backend/storage/ipc/shmem.c | modified | +7 −7 |