File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches : [ stable13 ]
6
6
pull_request :
7
-
8
7
branches : [ stable13 ]
9
8
10
9
env :
11
- BRANCH_NAME : ${{ github.head_ref || github.ref_name }}
10
+ BRANCH_NAME : ${{ github.head_ref || github.ref_name }}
12
11
13
12
jobs :
14
13
build :
19
18
- name : pg
20
19
run : |
21
20
sudo apt install libipc-run-perl
21
+
22
22
echo "Deploying to production server on branch" $BRANCH_NAME
23
23
git config --global user.email "ci@postgrespro.ru"
24
24
git config --global user.name "CI PgPro admin"
@@ -28,10 +28,10 @@ jobs:
28
28
cd pg
29
29
30
30
git checkout REL_13_STABLE
31
- ./configure $CONFIGURE_OPTS CFLAGS="-O3"
32
31
git clone https://github.com/postgrespro/aqo.git contrib/aqo
33
32
git -C contrib/aqo checkout $BRANCH_NAME
34
33
patch -p1 --no-backup-if-mismatch < contrib/aqo/aqo_pg13.patch
34
+ ./configure $CONFIGURE_OPTS CFLAGS="-O2"
35
35
make -j4 > /dev/null && make -j4 -C contrib > /dev/null
36
36
env CLIENTS=50 THREADS=50 make -C contrib/aqo check
37
37
Original file line number Diff line number Diff line change 1
1
autovacuum = off
2
2
shared_preload_libraries = 'postgres_fdw, aqo'
3
3
max_parallel_maintenance_workers = 1 # switch off parallel workers because of unsteadiness
4
- aqo.wide_search = 'on'
4
+ aqo.wide_search = 'on'
You can’t perform that action at this time.
0 commit comments