aboutsummaryrefslogtreecommitdiff
path: root/src/include/common/connect.h
Commit message (Collapse)AuthorAge
* Move connect.h from fe_utils to src/include/common.Noah Misch2020-08-10
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.