Re: Improving psql's \password command - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Improving psql's \password command
Date
Msg-id 1847699.1636747076@sss.pgh.pa.us
Whole thread Raw
In response to Re: Improving psql's \password command  ("Bossart, Nathan" <bossartn@amazon.com>)
Responses Re: Improving psql's \password command
Re: Improving psql's \password command
List pgsql-hackers
"Bossart, Nathan" <bossartn@amazon.com> writes:
> I haven't started on the SIGINT stuff yet, but I did extract the
> PQuser() fix so that we can hopefully get that one out of the way.  I
> made some small adjustments in an attempt to keep the branching in
> this function from getting too complicated.

Right, it makes sense to consider just this much as the back-patchable
part, and leave the more complicated messing with simple_prompt()
for HEAD only.  I made a couple further cosmetic tweaks and pushed it.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Is heap_page_prune() stats collector accounting wrong?
Next
From: "Bossart, Nathan"
Date:
Subject: Re: Improving psql's \password command