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 ac866b4 commit 39ac1efCopy full SHA for 39ac1ef
NEWS
@@ -2,7 +2,9 @@
2
3
New in 8.8 version:
4
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
8
9
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
configure.ac
@@ -1,5 +1,5 @@
1
# Use the MAJ.MIN[~SUFF]. Note that X.X > X.X~SUFF!
-AC_INIT([postgresql-setup], [8.8~dev], [[email protected]])
+AC_INIT([postgresql-setup], [8.8], [[email protected]])
AC_CONFIG_AUX_DIR(auxdir)
config_aux_dir=auxdir
AC_SUBST([config_aux_dir])
0 commit comments