pgsql: psql: Fix line continuation prompts for unbalanced parentheses

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: Fix line continuation prompts for unbalanced parentheses
Date: 2021-04-29 07:11:19
Message-ID: E1lc0pT-0003nc-8h@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Fix line continuation prompts for unbalanced parentheses

This was broken by a silly mistake in
e717a9a18b2e34c9c40e5259ad4d31cd7e420750.

Reported-by: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
Author: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Discussion: https://www.postgresql.org/message-id/CAMkU=1zKGWEJdBbYKw7Tn7cJmYR_UjgdcXTPDqJj=dNwCETBCQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d9a9f4b4b92ad39e3c4e6600dc61d5603ddd6e24

Modified Files
--------------
src/fe_utils/psqlscan.l | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2021-04-29 15:35:50 pgsql: Improve documentation for default_tablespace on partitioned tabl
Previous Message Peter Eisentraut 2021-04-29 05:04:48 pgsql: pg_hba.conf.sample: Reword connection type section