1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00

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.
This commit is contained in:
Noah Misch
2020-08-10 09:22:54 -07:00
parent 98ca64899c
commit 41dae35532
14 changed files with 14 additions and 14 deletions

View File

@@ -10,7 +10,7 @@
#include "access/transam.h"
#include "catalog/pg_class_d.h"
#include "fe_utils/connect.h"
#include "common/connect.h"
#include "libpq-fe.h"
#include "pqexpbuffer.h"