pgsql: Add regression tests for VACUUM and ANALYZE with relation skips

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Add regression tests for VACUUM and ANALYZE with relation skips
Дата
Msg-id E1fsHEl-0007Y4-2P@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add regression tests for VACUUM and ANALYZE with relation skips

When a user does not have ownership on a relation, then specific log
messages are generated.  This new test suite adds coverage for all the
possible log messages generated, which will be useful to check the
consistency of any refactoring related to ownership checks for relations
vacuumed or analyzed.

Author: Michael Paquier
Reviewed-by: Nathan Bossart
Discussion: https://postgr.es/m/20180812222142.GA6097@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/98abc738027e866f89b0ecf6f6a30b16e000e804

Modified Files
--------------
src/test/regress/expected/vacuum.out | 28 ++++++++++++++++++++++++++++
src/test/regress/sql/vacuum.sql      | 20 ++++++++++++++++++++
2 files changed, 48 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix typo
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Do not dump identity sequences with excluded parent table