]> granicus.if.org Git - postgresql/commit
Fix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc35001d.
authorRobert Haas <rhaas@postgresql.org>
Wed, 5 Nov 2014 22:12:23 +0000 (17:12 -0500)
committerRobert Haas <rhaas@postgresql.org>
Wed, 5 Nov 2014 22:12:23 +0000 (17:12 -0500)
commitc30be9787bd9808631b72843b0a93f06ce775dd0
treea4cdd478a9346b19c008705e31b69b93229d19c5
parent465d7e1882bc1f316c7cb2a68e751c34b403e8d7
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.
src/backend/libpq/pqcomm.c
src/include/libpq/libpq.h