forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit70bfc5a
committed
Add test for copy of shared dependencies from template database
As98ec35b has proved, there has never been any coverage in this area ofthe code. This commit adds a new TAP test with a template database thatincludes a small set of shared dependencies copied to a new database.The test is added in createdb, where we have never tested that -Tgenerates a query with TEMPLATE, either.Reviewed-by: Tom LaneDiscussion:https://postgr.es/m/YXDTl+PfSnqmbbkE@paquier.xyz1 parent5a28324 commit70bfc5a
1 file changed
+25
-1
lines changedLines changed: 25 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
31 | 55 |
| |
32 | 56 |
| |
33 | 57 |
| |
|
0 commit comments
Comments
(0)