diff options
| author | Noah Misch | 2020-08-10 16:22:54 +0000 |
|---|---|---|
| committer | Noah Misch | 2020-08-10 16:22:54 +0000 |
| commit | e078fb5d4eeb23d0d09932e0b183a8e7bdfb17b4 (patch) | |
| tree | 51454894fdc9332cb87e10ff24cf6c4ed713ba7a /src/bin/pg_upgrade/server.c | |
| parent | 7eeb1d9861b0a3f453f8b31c7648396cdd7f1e59 (diff) | |
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.
Diffstat (limited to 'src/bin/pg_upgrade/server.c')
| -rw-r--r-- | src/bin/pg_upgrade/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_upgrade/server.c b/src/bin/pg_upgrade/server.c index 79ec3f04c0e..7db3c1d51f2 100644 --- a/src/bin/pg_upgrade/server.c +++ b/src/bin/pg_upgrade/server.c @@ -9,7 +9,7 @@ #include "postgres_fe.h" -#include "fe_utils/connect.h" +#include "common/connect.h" #include "fe_utils/string_utils.h" #include "pg_upgrade.h" |
