mirror of
https://github.com/postgres/postgres.git
synced 2026-04-28 01:26:56 -04:00
Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz Backpatch-through: 12 |
||
|---|---|---|
| .. | ||
| expected | ||
| sql | ||
| .gitignore | ||
| Makefile | ||
| meson.build | ||
| README | ||
This directory doesn't actually contain any extension module. Instead it 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.