pgsql: Revert "psql: fix \connect with URIs and conninfo strings" - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Revert "psql: fix \connect with URIs and conninfo strings"
Date
Msg-id E1Ydfxp-0007X8-NT@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Revert "psql: fix \connect with URIs and conninfo strings"

This reverts commit fcef1617295c074f2684c887627184d2fc26ac04, about
which both the buildfarm and my local machine are very unhappy.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4cd639baf4bd35dd7fc924009203349b81bdcd68

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml    |   40 +++++--------------
src/bin/psql/command.c            |   80 +++++++++++--------------------------
src/bin/psql/help.c               |    4 +-
src/bin/psql/tab-complete.c       |   13 +-----
src/common/Makefile               |    2 +-
src/common/connstrings.c          |   53 ------------------------
src/include/common/connstrings.h  |   16 --------
src/interfaces/libpq/fe-connect.c |   46 ++++++++++++++++++---
8 files changed, 79 insertions(+), 175 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: psql: fix \connect with URIs and conninfo strings
Next
From: Robert Haas
Date:
Subject: Re: pgsql: psql: fix \connect with URIs and conninfo strings