Don't elide blank lines when accumulating psql command history.
Robert Haas <rhaas@postgresql.org>
Don't elide blank lines when accumulating psql command history. This can change the meaning of queries, if the blank line happens to occur in the middle of a quoted literal, as per complaint from Tomas Vondra. Back-patch to all supported branches.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/input.c | modified | +2 −2 |