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/fe_utils | |
| 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/fe_utils')
| -rw-r--r-- | src/fe_utils/cancel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe_utils/cancel.c b/src/fe_utils/cancel.c index 51fb67d384a..70042017481 100644 --- a/src/fe_utils/cancel.c +++ b/src/fe_utils/cancel.c @@ -18,8 +18,8 @@ #include <unistd.h> +#include "common/connect.h" #include "fe_utils/cancel.h" -#include "fe_utils/connect.h" #include "fe_utils/string_utils.h" |
