Use SYSTEMQUOTE as concatentation to strings, rather than %s printf
Bruce Momjian <bruce@momjian.us>
Use SYSTEMQUOTE as concatentation to strings, rather than %s printf patterns, for clarity.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/postmaster.c | modified | +2 −2 |
| src/bin/initdb/initdb.c | modified | +9 −9 |
| src/bin/pg_ctl/pg_ctl.c | modified | +10 −13 |
| src/bin/pg_dump/pg_dumpall.c | modified | +5 −5 |
| src/bin/psql/command.c | modified | +3 −5 |