diff options
author | Robert Haas <rhaas@postgresql.org> | 2015-04-02 10:10:22 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2015-04-02 10:10:22 -0400 |
commit | 4cd639baf4bd35dd7fc924009203349b81bdcd68 (patch) | |
tree | 257af95aee58af4bc460a73e4224b4609f9b8c5f /src/include | |
parent | 7dae3cf68cf59c37163df42fb0d2b66fed9996f4 (diff) | |
download | postgresql-4cd639baf4bd35dd7fc924009203349b81bdcd68.tar.gz postgresql-4cd639baf4bd35dd7fc924009203349b81bdcd68.zip |
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.
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/common/connstrings.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/include/common/connstrings.h b/src/include/common/connstrings.h deleted file mode 100644 index 4108ba481fe..00000000000 --- a/src/include/common/connstrings.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * connstrings.h - * connecting string processing prototypes - * - * Copyright (c) 2012-2015, PostgreSQL Global Development Group - * - * src/include/common/connstrings.h - */ -#ifndef CONNSTRINGS_H -#define CONNSTRINGS_H - - -extern int libpq_connstring_uri_prefix_length(const char *connstr); -extern bool libpq_connstring_is_recognized(const char *connstr); - -#endif /* CONNSTRINGS_H */ |