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: E1k5AbJ-0004t7-6W@gemulon.postgresql.org
Views: Raw Message | Whole Thread | 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
------
master

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

Modified Files
--------------
contrib/oid2name/oid2name.c | 2 +-
contrib/vacuumlo/vacuumlo.c | 2 +-
src/bin/pg_basebackup/streamutil.c | 2 +-
src/bin/pg_dump/pg_backup_db.c | 2 +-
src/bin/pg_dump/pg_dump.c | 2 +-
src/bin/pg_dump/pg_dumpall.c | 2 +-
src/bin/pg_rewind/libpq_fetch.c | 2 +-
src/bin/pg_upgrade/server.c | 2 +-
src/bin/scripts/common.c | 2 +-
src/bin/scripts/reindexdb.c | 2 +-
src/bin/scripts/vacuumdb.c | 2 +-
src/fe_utils/cancel.c | 2 +-
src/include/{fe_utils => common}/connect.h | 2 +-
src/tools/findoidjoins/findoidjoins.c | 2 +-
14 files changed, 14 insertions(+), 14 deletions(-)

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.