Fix a few macro definitions to ensure that unary minus is enclosed in
Neil Conway <neilc@samurai.com>
Fix a few macro definitions to ensure that unary minus is enclosed in parentheses. This avoids possible operator precedence problems, and is consistent with most of the macro definitions in the tree.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/formatting.c | modified | +9 −9 |
| src/bin/pg_dump/pg_backup_archiver.h | modified | +2 −2 |
| src/include/getaddrinfo.h | modified | +10 −10 |
| src/include/rusagestub.h | modified | +2 −2 |