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

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Move connect.h from fe_utils to src/include/common.
Date: 2020-08-10 16:24:41
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d4d0ec9e79af554410d840d98d4f5b8832d74229

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-08-10 19:36:16 pgsql: Last-minute updates for release notes.
Previous Message Tom Lane 2020-08-10 14:45:13 pgsql: Make contrib modules' installation scripts more secure.