mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-12 17:37:07 +08: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:
@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user