We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feca645 commit 74a1fe0Copy full SHA for 74a1fe0
postgres_asio/postgres_asio.h
@@ -11,7 +11,7 @@
11
#endif
12
13
#ifdef __LINUX__
14
-#if __LSB_DISTRIBUTOR_ID__ == "centos"
+#if __LSB_DISTRIBUTOR_ID__ == 'centos'
15
#include <libpq-fe.h>
16
#else
17
#include <postgresql/libpq-fe.h>
0 commit comments