forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb059a24
committed
pg_upgrade: Make testing different transfer modes easier
The environment variable PG_TEST_PG_UPGRADE_MODE can be set tooverride the default transfer mode for the pg_upgrade tests.(Automatically running the pg_upgrade tests for all supported modeswould be too slow.)Reviewed-by: Daniel Gustafsson <daniel@yesql.se>Reviewed-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com>Discussion:https://www.postgresql.org/message-id/flat/50a97009-8ff9-ca4d-a0f6-6086a6775a5b%40enterprisedb.com1 parent746915c commitb059a24
2 files changed
+23
-3
lines changedLines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
| |||
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
| 21 | + | |
20 | 22 |
| |
21 | 23 |
| |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
22 | 33 |
| |
23 | 34 |
| |
24 | 35 |
| |
|
Lines changed: 12 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 |
| |
16 | 19 |
| |
17 | 20 |
| |
| |||
75 | 78 |
| |
76 | 79 |
| |
77 | 80 |
| |
| 81 | + | |
| 82 | + | |
78 | 83 |
| |
79 | 84 |
| |
80 | 85 |
| |
| |||
128 | 133 |
| |
129 | 134 |
| |
130 | 135 |
| |
| 136 | + | |
131 | 137 |
| |
132 | 138 |
| |
133 | 139 |
| |
| |||
256 | 262 |
| |
257 | 263 |
| |
258 | 264 |
| |
259 |
| - | |
| 265 | + | |
| 266 | + | |
260 | 267 |
| |
261 | 268 |
| |
262 | 269 |
| |
| |||
270 | 277 |
| |
271 | 278 |
| |
272 | 279 |
| |
273 |
| - | |
| 280 | + | |
| 281 | + | |
274 | 282 |
| |
275 | 283 |
| |
276 | 284 |
| |
| |||
282 | 290 |
| |
283 | 291 |
| |
284 | 292 |
| |
285 |
| - | |
| 293 | + | |
| 294 | + | |
286 | 295 |
| |
287 | 296 |
| |
288 | 297 |
| |
|
0 commit comments
Comments
(0)