Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit34af025

Browse files
committed
Merge branch 'master' into REL_2_5
2 parentsfeacabd +4cde879 commit34af025

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

‎packaging/Makefile.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ build/test_suse: build/test_suse_15.1 build/test_suse_15.2
130130
@echo Suse: done
131131

132132
build/test_suse_15.1: build/test_suse_15.1_9.6 build/test_suse_15.1_10 build/test_suse_15.1_11 build/test_suse_15.1_12 build/test_suse_15.1_13
133-
@echoRhel 15.1: done
133+
@echoSuse 15.1: done
134134

135135
build/test_suse_15.2: build/test_suse_15.2_9.6 build/test_suse_15.2_10 build/test_suse_15.2_11 build/test_suse_15.2_12 build/test_suse_15.2_13 build/test_suse_15.2_14
136-
@echoRhel 15.1: done
136+
@echoSuse 15.2: done
137137

138138
define test_suse
139139
docker rm -f $1_$2_probackup_$(PKG_NAME_SUFFIX)$(PBK_VERSION) >> /dev/null 2>&1 ; \

‎packaging/test/scripts/rpm.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ if [ ${DISTRIB} == 'centos' ] && [ ${DISTRIB_VERSION} == '8' ]; then
7777
dnf -qy module disable postgresql
7878
fi
7979

80+
# PGDG doesn't support install of PG-9.6 from repo package anymore
81+
if [${PG_VERSION}=='9.6' ]&& [${DISTRIB_VERSION}=='7' ];then
82+
# ugly hack: use repo settings from PG10
83+
sed -i's/10/9.6/' /etc/yum.repos.d/pgdg-redhat-all.repo
84+
fi
85+
8086
yum install -y postgresql${PG_TOG}-server.x86_64
8187
export PGDATA=/var/lib/pgsql/${PG_VERSION}/data
8288

‎src/pg_probackup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ typedef enum ShowFormat
345345
#defineBYTES_INVALID(-1)/* file didn`t changed since previous backup, DELTA backup do not rely on it */
346346
#defineFILE_NOT_FOUND(-2)/* file disappeared during backup */
347347
#defineBLOCKNUM_INVALID(-1)
348-
#definePROGRAM_VERSION"2.5.8"
348+
#definePROGRAM_VERSION"2.5.9"
349349

350350
/* update when remote agent API or behaviour changes */
351351
#defineAGENT_PROTOCOL_VERSION 20509

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp