mirror of
https://github.com/postgres/postgres.git
synced 2026-02-14 16:23:59 -05:00
The test was supposed to error but didn't. Apparently, a copy and paste and string replace mistake from a nearby similar test. |
||
|---|---|---|
| .. | ||
| 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.