forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit513e546
committed
Add mode where contrib installcheck runs each module in a separately named database.
Normally each module is tested in aq database named contrib_regression,which is dropped and recreated at the beginhning of each pg_regress run.This mode, enabled by adding USE_MODULE_DB=1 to the make command line,runs most modules in a database with the module name embedded in it.This will make testing pg_upgrade on clusters with the contrib modulesa lot easier.Still to be done: adapt to the MSVC build system.Backpatch to 9.0, which is the earliest version it is reasonablypossible to test upgrading from.1 parent31ab893 commit513e546
File tree
3 files changed
+17
-1
lines changed- contrib/dblink
- src
- makefiles
3 files changed
+17
-1
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 |
| |
15 | 18 |
| |
16 | 19 |
| |
|
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
431 | 431 |
| |
432 | 432 |
| |
433 | 433 |
| |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
434 | 443 |
| |
435 | 444 |
| |
436 | 445 |
| |
|
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
230 | 230 |
| |
231 | 231 |
| |
232 | 232 |
| |
233 |
| - | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
234 | 238 |
| |
235 | 239 |
| |
236 | 240 |
| |
|
0 commit comments
Comments
(0)