Don't elide blank lines when accumulating psql command history.

Robert Haas <rhaas@postgresql.org>

Commit: ff4fd4bf53c5512427f8ecea08d6ca7777efa2c5
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-11-16T01:34:47Z
Releases: 9.2.0
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

PathChange+/−
src/bin/psql/input.c modified +2 −2