Move connect.h from fe_utils to src/include/common.
authorNoah Misch <noah@leadboat.com>
Mon, 10 Aug 2020 16:22:54 +0000 (09:22 -0700)
committerNoah Misch <noah@leadboat.com>
Mon, 10 Aug 2020 16:22:58 +0000 (09:22 -0700)
commit41dae35532d40041297ee728eac1f4584af05570
tree22ffd65f9af8263ea4fc08776222904daae1c8aa
parent98ca64899cec6a4bf3099481aff43b8777319c41
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.
14 files changed:
contrib/oid2name/oid2name.c
contrib/vacuumlo/vacuumlo.c
src/bin/pg_basebackup/streamutil.c
src/bin/pg_dump/pg_backup_db.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dumpall.c
src/bin/pg_rewind/libpq_fetch.c
src/bin/pg_upgrade/server.c
src/bin/scripts/common.c
src/bin/scripts/reindexdb.c
src/bin/scripts/vacuumdb.c
src/fe_utils/cancel.c
src/include/common/connect.h [moved from src/include/fe_utils/connect.h with 96% similarity]
src/tools/findoidjoins/findoidjoins.c