mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 14:47:29 -04:00
This commit expands more the refactoring of the regression tests of
pg_stat_statements, with tests moved out of pg_stat_statements.sql into
separate files. The following file structure is now used:
- select is mostly the former pg_stat_statements.sql, renamed.
- dml for INSERT/UPDATE/DELETE and MERGE
- user_activity, to test role-level checks and stat resets.
- wal, to check the WAL generation after some queries.
Like
|
||
|---|---|---|
| .. | ||
| cleanup.sql | ||
| cursors.sql | ||
| dml.sql | ||
| level_tracking.sql | ||
| oldextversions.sql | ||
| planning.sql | ||
| select.sql | ||
| user_activity.sql | ||
| utility.sql | ||
| wal.sql | ||