mirror of
https://github.com/postgres/postgres.git
synced 2026-03-11 10:45:17 -04:00
pg_dump is oblivious to this kind of dependency, so they're lost on
dump/restores (and pg_upgrade). Have pg_dump emit ALTER lines so that
they're preserved. Add some pg_dump tests for the whole thing, also.
Reviewed-by: Tom Lane (offlist)
Reviewed-by: Ibrar Ahmed
Reviewed-by: Ahsan Hadi (who also reviewed commit
|
||
|---|---|---|
| .. | ||
| brin | ||
| commit_ts | ||
| dummy_seclabel | ||
| snapshot_too_old | ||
| test_ddl_deparse | ||
| test_extensions | ||
| test_parser | ||
| test_pg_dump | ||
| test_rls_hooks | ||
| test_shm_mq | ||
| worker_spi | ||
| Makefile | ||
| README | ||
Test extensions and libraries ============================= src/test/modules contains PostgreSQL extensions that are primarily or entirely intended for testing PostgreSQL and/or to serve as example code. The extensions here aren't intended to be installed in a production server and aren't suitable for "real work". Most extensions have their own pg_regress tests or isolationtester specs. Some are also used by tests elsewhere in the tree. If you're adding new hooks or other functionality exposed as C-level API this is where to add the tests for it.