mirror of
https://github.com/postgres/postgres.git
synced 2026-03-18 00:22:18 -04:00
This was previously not covered by allow_system_table_mods, but now it is. The impact in practice is probably low, but this makes it consistent with most other DDL commands. Reviewed-by: Robert Haas <robertmhaas@gmail.com> Discussion: https://www.postgresql.org/message-id/flat/ee9df1af-c0d8-7c82-5be7-39ce4e3b0a9d%402ndquadrant.com |
||
|---|---|---|
| .. | ||
| expected | ||
| sql | ||
| .gitignore | ||
| Makefile | ||
| README | ||
This directory doesn't actually contain any extension module. What it is is a home for regression tests that we don't want to run during "make installcheck" because they could have side-effects that seem undesirable for a production installation. An example is that rolenames.sql tests ALTER USER ALL and so could have effects on pre-existing roles.