Thread: pgsql: Move connect.h from fe_utils to src/include/common.

pgsql: Move connect.h from fe_utils to src/include/common.

From
Noah Misch
Date:
Move connect.h from fe_utils to src/include/common.

Any libpq client can use the header.  Clients include backend components
postgres_fdw, dblink, and logical replication apply worker.  Back-patch
to v10, because another fix needs this.  In released branches, just copy
the header and keep the original.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7d6a41943b1d70bca066534440e8e0e800f11634

Modified Files
--------------
src/include/common/connect.h | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)