summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2015-03-20 08:52:14 +0100
committerPavel Raiskup <praiskup@redhat.com>2015-03-20 10:21:31 +0100
commitd198572f238d4ca5c79e5b53013a5affa2a3d9bd (patch)
treed135582387a926858f2378273430fcba79b48112 /NEWS
parent15ce19792aff0368c6a1132420c40950f7a18577 (diff)
downloadpostgresql-setup-d198572f238d4ca5c79e5b53013a5affa2a3d9bd.tar.gz
postgresql-setup-d198572f238d4ca5c79e5b53013a5affa2a3d9bd.tar.xz
postgresql-setup-d198572f238d4ca5c79e5b53013a5affa2a3d9bd.zip
setup: don't set default pgdata blindly
* postgresql-setup.in (service_configuration): Move the setting of pgdata into sysvinit-only branch. * NEWS: Document fixed bug. * configure.ac: Bump version to 3.2.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 20240df..42267d2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Bugfixes in 3.2 version
+
+* Fix regression of setting the default pgdata variable for non-default
+ unit names. This broke --new-systemd-unit option and --initdb, because
+ the postgresql-setup logic tried to create the data directory on the
+ same place as the _default_ unit stores data (instead of explicitly
+ asking for --datadir option).
+
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
New in 3.1 version
* When doing --upgrade, postgresql-setup now guards against upgrading when