More minor cosmetic improvements:
Neil Conway <neilc@samurai.com>
More minor cosmetic improvements: - remove another senseless "extern" keyword that was applied to a function definition - change a foo more function signatures from "some_type foo()" to "some_type foo(void)" - rewrite another K&R style function definition - make the type of the "action" function pointer in the KeyWord struct in src/backend/utils/adt/formatting.c more precise
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/spi.c | modified | +4 −4 |
| src/backend/port/sysv_shmem.c | modified | +2 −2 |
| src/backend/utils/adt/formatting.c | modified | +6 −4 |
| src/backend/utils/mb/mbutils.c | modified | +2 −2 |
| src/backend/utils/mb/wstrcmp.c | modified | +1 −3 |
| src/interfaces/ecpg/preproc/output.c | modified | +1 −1 |