Fix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc35001d.

Robert Haas <rhaas@postgresql.org>

Commit: c30be9787bd9808631b72843b0a93f06ce775dd0
Author: Robert Haas <rhaas@postgresql.org>
Date: 2014-11-05T22:12:23Z
Releases: 9.5.0
Fix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc35001d.

Obviously, every translation unit should not be declaring this
separately.  It needs to be PGDLLIMPORT as well, to avoid breaking
third-party code that uses any of the functions that the commit
mentioned above changed to macros.

Files

PathChange+/−
src/backend/libpq/pqcomm.c modified +2 −0
src/include/libpq/libpq.h modified +1 −1