Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter
Peter Eisentraut <peter_e@gmx.net>
Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter either way (although the former is preferred by the Cygwin folks themselves), but using only one seems nicer.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pgbench/pgbench.c | modified | +4 −4 |
| src/backend/utils/adt/nabstime.c | modified | +2 −2 |
| src/include/c.h | modified | +4 −4 |
| src/include/config.h.in | modified | +2 −2 |
| src/tools/entab/entab.c | modified | +1 −1 |
| src/utils/dllinit.c | modified | +4 −4 |