1. "#ifdef 0" is bad C. ifdef is for checking a macro and 0 is
Marc G. Fournier <scrappy@hub.org>
1. "#ifdef 0" is bad C. ifdef is for checking a macro and 0 is an illegal macro name. Correct syntax is "#if 0". This is in... From: Darren King <darrenk@insightdist.com>
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/crypt.c | modified | +1 −1 |
| src/backend/port/getrusage.c | modified | +7 −7 |
| src/include/libpq/crypt.h | modified | +1 −1 |