Re: SQL-standard function body - Mailing list pgsql-hackers

From Jeff Janes
Subject Re: SQL-standard function body
Date
Msg-id CAMkU=1zKGWEJdBbYKw7Tn7cJmYR_UjgdcXTPDqJj=dNwCETBCQ@mail.gmail.com
Whole thread Raw
In response to Re: SQL-standard function body  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
On Wed, Apr 7, 2021 at 3:55 PM Peter Eisentraut <peter.eisentraut@2ndquadrant.com> wrote:

Committed.  Thanks!


This commit break line continuation prompts for unbalanced parentheses in the psql binary.  Skimming through this thread, I don't see that this is intentional or has been noticed before.

with psql -X

Before:

jjanes=# asdf (
jjanes(# 

Now:

jjanes=# asdf (
jjanes-# 

I've looked through the parts of the commit that change psql, but didn't see an obvious culprit.

Cheers,

Jeff

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: decoupling table and index vacuum
Next
From: Tom Lane
Date:
Subject: Re: Since '2001-09-09 01:46:40'::timestamp microseconds are lost when extracting epoch