]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Move connect.h from fe_utils to src/include/common.
authorNoah Misch <noah@leadboat.com>
Mon, 10 Aug 2020 16:22:54 +0000 (09:22 -0700)
committerNoah Misch <noah@leadboat.com>
Mon, 10 Aug 2020 16:22:59 +0000 (09:22 -0700)
commit670050d68f32b4945528ace8dcef9eb4aabcbd8a
treef2da80ad847854d903cb732e1db26ae2dab35ad5
parent96cbfe92d7f0ab5961c75af4d8e71d2f2aecba17
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.
src/include/common/connect.h [new file with mode: 0644]