File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ Bugfixes in 5.0 version
4
4
5
5
* postgresql-setup --upgrade now works with "umask & 0004 != 0"
6
6
7
- * fixed semantics of 'redhat_sockets_hack' configuration option
7
+ * Fixed semantics of 'redhat_sockets_hack' configuration option.
8
8
9
9
* The RPM macros file is installed automatically, it provides now
10
10
%postgresql_major, %pgtests_init and %pgtests_start macros.
11
11
12
+ * Fixed automatic detection of $PGMAJORVERSION.
13
+
12
14
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13
15
14
16
New in 4.0 version:
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ if test -z "$PGVERSION" -a -z "$PGMAJORVERSION"; then
98
98
PGVERSION=${raw_version# #* }
99
99
AC_MSG_RESULT ( $PGVERSION )
100
100
101
- PGMAJORVERSION=`echo $PGVERSION | sed 's/\.[ 0-9] \+$//'`
101
+ PGMAJORVERSION=`echo $PGVERSION | sed 's/\.[ [ 0-9] ] \+$//'`
102
102
fi
103
103
104
104
AX_COMPARE_VERSION ( [ 9.4] , [ le] , [ $PGVERSION] ,
You can’t perform that action at this time.
0 commit comments