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 32da261 commit 2dc14d9Copy full SHA for 2dc14d9
.github/workflows/installchecks.yml
@@ -132,15 +132,17 @@ jobs:
132
psql -c "ALTER SYSTEM SET aqo.mode = 'learn'"
133
psql -c "ALTER SYSTEM SET aqo.force_collect_stat = 'on'"
134
psql -c "SELECT pg_reload_conf()"
135
- learn_result=$(make -k installcheck-world)
+ make -k installcheck-world
136
137
# Should work like a total off for all the AQO features
138
- name: installcheck_learn_queryid_off
139
run: |
140
cd $PG_DIR
141
+ aqo_instance_launch.sh
142
psql -c "ALTER SYSTEM SET compute_query_id = 'off'"
143
144
+ # The AQO tests itself wouldn't pass
145
146
147
- name: installcheck_intelligent
148
continue-on-error: true
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments