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 011ba82 commit 6eeeb98Copy full SHA for 6eeeb98
src/include/pg_config.h.win32
@@ -604,7 +604,7 @@
604
#define PG_KRB_SRVNAM "postgres"
605
606
/* A string containing the version number, platform, and C compiler */
607
-#define PG_VERSION_STR "Uninitialized version string (win32)"
+#define PG_VERSION_STR "PostgreSQL 9.6.12 (win32)"
608
609
/* The size of `long', as computed by sizeof. */
610
#define SIZEOF_LONG 4
@@ -652,7 +652,7 @@
652
/* #undef USE_NAMED_POSIX_SEMAPHORES */
653
654
/* Define to build with OpenSSL support. (--with-openssl) */
655
-/* #undef USE_OPENSSL */
+#define USE_OPENSSL
656
657
/* Define to 1 to build with PAM support. (--with-pam) */
658
/* #undef USE_PAM */
0 commit comments