pgsql: Move connect.h from fe_utils to src/include/common. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Move connect.h from fe_utils to src/include/common.
Date
Msg-id E1k5AbJ-0004tf-BW@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/670050d68f32b4945528ace8dcef9eb4aabcbd8a

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Make contrib modules' installation scripts more secure.
Next
From: Tom Lane
Date:
Subject: pgsql: Last-minute updates for release notes.