forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9c83bbc
committed
Create regress_tblspc in test_setup
An upcoming test needs to use a tablespace as part of its test. Historically,we wanted tablespace creation be done in a dedicated file, so it's easy todisable when testing replication. But that is not necessary anymore, due toallow_in_place_tablespaces.Create regress_tblspace tablespace in test_setup. Move the tablespace test tothe end of the parallel schedule, so other tests can use it.Author: Melanie Plageman <melanieplageman@gmail.com>Reviewed-by: Andres Freund <andres@anarazel.de>Discussion:https://postgr.es/m/20200124195226.lth52iydq2n2uilq@alap3.anarazel.de1 parenta9c70b4 commit9c83bbc
File tree
5 files changed
+13
-11
lines changed- src/test/regress
- expected
- sql
5 files changed
+13
-11
lines changedLines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
26 |
| - | |
27 | 25 |
| |
28 | 26 |
| |
29 | 27 |
| |
| |||
331 | 329 |
| |
332 | 330 |
| |
333 | 331 |
| |
334 |
| - | |
| 332 | + | |
335 | 333 |
| |
336 | 334 |
| |
337 | 335 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 |
| |
22 | 25 |
| |
23 | 26 |
| |
|
Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 | 14 |
| |
20 | 15 |
| |
21 | 16 |
| |
| |||
132 | 127 |
| |
133 | 128 |
| |
134 | 129 |
| |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + |
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
24 |
| - | |
25 | 23 |
| |
26 | 24 |
| |
27 | 25 |
| |
| |||
225 | 223 |
| |
226 | 224 |
| |
227 | 225 |
| |
228 |
| - | |
| 226 | + | |
229 | 227 |
| |
230 | 228 |
| |
231 | 229 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 |
| |
27 | 31 |
| |
28 | 32 |
| |
|
0 commit comments
Comments
(0)