Skip to content

Commit 39ac1ef

Browse files
committed
Release 8.8
1 parent ac866b4 commit 39ac1ef

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

NEWS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
New in 8.8 version:
44

5-
*
5+
* Postgresql service should be started after network is up.
6+
It should prevent situation that postgresql failed to start after reboot.
7+
Postgresql systemd unit now waits for network-online.target
68

79
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
810

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the MAJ.MIN[~SUFF]. Note that X.X > X.X~SUFF!
2-
AC_INIT([postgresql-setup], [8.8~dev], [[email protected]])
2+
AC_INIT([postgresql-setup], [8.8], [[email protected]])
33
AC_CONFIG_AUX_DIR(auxdir)
44
config_aux_dir=auxdir
55
AC_SUBST([config_aux_dir])

0 commit comments

Comments
 (0)