pgsql: C comment: clarify why psql's help/exit/quit must alone

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: C comment: clarify why psql's help/exit/quit must alone
Date: 2019-12-21 22:02:44
Message-ID: E1iimpg-0001KY-RM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

C comment: clarify why psql's help/exit/quit must alone

Document why no indentation and why no non-whitespace postfix is
supported.

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4376fdbae11de9333012a31ba8d3a4f4b5d7a692

Modified Files
--------------
src/bin/psql/mainloop.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-12-21 22:39:56 pgsql: In pgwin32_open, loop after ERROR_ACCESS_DENIED only if we can't
Previous Message Bruce Momjian 2019-12-21 17:44:48 pgsql: docs: clarify handling of column lists in COPY TO/FROM