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:54 +0000 (09:22 -0700)
commite078fb5d4eeb23d0d09932e0b183a8e7bdfb17b4
tree51454894fdc9332cb87e10ff24cf6c4ed713ba7a
parent7eeb1d9861b0a3f453f8b31c7648396cdd7f1e59
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