Fix some compiler warnings that clang emits with -pedantic.
Robert Haas <rhaas@postgresql.org>
Fix some compiler warnings that clang emits with -pedantic. Andres Freund
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xlog.c | modified | +1 −1 |
| src/bin/pg_dump/parallel.c | modified | +4 −1 |
| src/bin/psql/tab-complete.c | modified | +5 −5 |
| src/include/catalog/objectaccess.h | modified | +1 −1 |
| src/include/pgstat.h | modified | +1 −1 |
| src/include/utils/jsonapi.h | modified | +1 −1 |