From: Marc Munro Date: Fri, 13 Nov 2015 00:41:18 +0000 (-0800) Subject: Documentation updates to match previous fix X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=8c05fb0126891c06af206a60a0f026d7681b1c96;p=veil.git Documentation updates to match previous fix --- diff --git a/src/veil_mainpage.c b/src/veil_mainpage.c index 011dff4..1728b66 100644 --- a/src/veil_mainpage.c +++ b/src/veil_mainpage.c @@ -11,7 +11,7 @@ /*! \mainpage Veil -\version 9.4.0 (Stable)) +\version 9.4.1 (Stable)) \section license License BSD \section intro_sec Introduction @@ -2031,7 +2031,14 @@ Next: \ref History */ /*! \page History History and Compatibility \section past Changes History +\subsection v9_4 Version 9.4.1 (Stable) (2015-11-12) +This version supports PostgreSQL V9.4. + +Bugfix release to fix crash when shared_preload_libraries is defined. +This is a critical fix, and version 9.4.0 is deprecated. \subsection v9_4 Version 9.4.0 (Stable) (2015-11-09) +DEPRECATED + This version supports PostgreSQL V9.4. Minor changes made to enable a build against the latest Postgres @@ -2112,7 +2119,7 @@ version, please ask. - - 9.4.0 (Stable) + 9.4.1 (Stable) - - - diff --git a/src/veil_shmem.c b/src/veil_shmem.c index ccefe8b..ff33c91 100644 --- a/src/veil_shmem.c +++ b/src/veil_shmem.c @@ -111,7 +111,6 @@ _PG_init() int veil_dbs; /* See definitions of the following two variables, for comments. */ - fprintf(stderr, "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\n"); VeilLWLock = AddinShmemInitLock; InitialLWLock = AddinShmemInitLock; diff --git a/src/veil_version.h b/src/veil_version.h index 40a132d..66f9f14 100644 --- a/src/veil_version.h +++ b/src/veil_version.h @@ -13,7 +13,7 @@ /** The version number for this version of veil */ -#define VEIL_VERSION "9.4.0" +#define VEIL_VERSION "9.4.1" /** The version number suffix, indicating stability. */ #define VEIL_VERSION_INFO "Stable"