-
Notifications
You must be signed in to change notification settings - Fork 55
add query_hash as getting query_id, test for joint use pg_stat_statements and aqo, function for ignoring string with Query Identifier in aqo_gucs and aqo_fdw tests #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
А действительно в Makefile нужно добавлять зависимость:
EXTRA_INSTALL = contrib/postgres_fdw contrib/pg_stat_statements ?
Вроде бы мы не используем код pg_stat_statements напрямую нигде.
Без этой зависимости тест не работал и постоянно возникала ошибка при проверке совместного использования pg_stat_statements и aqo (t/002_stat_statements_with_aqo.pl):
2021年12月07日 11:32:00.353 MSK [42851] 002_stat_statements_with_aqo.pl ERROR: could not open extension control file "/home/alena/5681_aqo_and_stats/5681_postgrespro1/tmp_install/home/alena/5681_aqo_and_stats/5681_postgrespro1/tmp_install/share/extension/pg_stat_statements.control": No such file or directory
Как оняла, нехватало установки pg_stat_statements, потому и добавила в Makefile возможность установки p_stat_statements.
Пулл реквест не проходит тестирование. насколько понимаю, это вызвано было конфликтом с ваниллой, который мы исправили. Может перезальешь?
No description provided.