Fix missing \n in some psql_error calls.
Tom Lane <tgl@sss.pgh.pa.us>
Fix missing \n in some psql_error calls.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/command.c | modified | +5 −5 |
| src/bin/psql/common.c | modified | +3 −3 |
| src/bin/psql/help.c | modified | +2 −2 |
| src/bin/psql/input.c | modified | +2 −2 |
| src/bin/psql/mainloop.c | modified | +3 −3 |
| src/bin/psql/tab-complete.c | modified | +2 −2 |