Preliminary code cleanup in elog(). Split out some code into utility
Peter Eisentraut <peter_e@gmx.net>
Preliminary code cleanup in elog(). Split out some code into utility functions, remove indent support, make sure all strings are marked translatable.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/copy.c | modified | +5 −5 |
| src/backend/utils/error/elog.c | modified | +166 −123 |
| src/include/commands/copy.h | modified | +2 −2 |
| src/include/tcop/tcopprot.h | modified | +3 −1 |
| src/include/utils/elog.h | modified | +6 −13 |