forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfa6e785
committed
Fix pg_dump to dump shell types.
Per discussion, it really ought to do this. The original choice toexclude shell types was probably made in the dark ages before we madeit harder to accidentally create shell types; but that was in 7.3.Also, cause the standard regression tests to leave a shell type behind,for convenience in testing the case in pg_dump and pg_upgrade.Back-patch to all supported branches.1 parent118c9bb commitfa6e785
File tree
4 files changed
+77
-7
lines changed- src
- bin/pg_dump
- test/regress
- expected
- sql
4 files changed
+77
-7
lines changedLines changed: 71 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
172 | 172 |
| |
173 | 173 |
| |
174 | 174 |
| |
| 175 | + | |
175 | 176 |
| |
176 | 177 |
| |
177 | 178 |
| |
| |||
1321 | 1322 |
| |
1322 | 1323 |
| |
1323 | 1324 |
| |
1324 |
| - | |
1325 |
| - | |
1326 |
| - | |
1327 |
| - | |
1328 |
| - | |
1329 | 1325 |
| |
1330 | 1326 |
| |
1331 | 1327 |
| |
| |||
3462 | 3458 |
| |
3463 | 3459 |
| |
3464 | 3460 |
| |
3465 |
| - | |
| 3461 | + | |
3466 | 3462 |
| |
3467 | 3463 |
| |
3468 | 3464 |
| |
| |||
8135 | 8131 |
| |
8136 | 8132 |
| |
8137 | 8133 |
| |
| 8134 | + | |
| 8135 | + | |
8138 | 8136 |
| |
8139 | 8137 |
| |
8140 | 8138 |
| |
| |||
8401 | 8399 |
| |
8402 | 8400 |
| |
8403 | 8401 |
| |
| 8402 | + | |
| 8403 | + | |
| 8404 | + | |
| 8405 | + | |
| 8406 | + | |
| 8407 | + | |
| 8408 | + | |
| 8409 | + | |
| 8410 | + | |
| 8411 | + | |
| 8412 | + | |
| 8413 | + | |
| 8414 | + | |
| 8415 | + | |
| 8416 | + | |
| 8417 | + | |
| 8418 | + | |
| 8419 | + | |
| 8420 | + | |
| 8421 | + | |
| 8422 | + | |
| 8423 | + | |
| 8424 | + | |
| 8425 | + | |
| 8426 | + | |
| 8427 | + | |
| 8428 | + | |
| 8429 | + | |
| 8430 | + | |
| 8431 | + | |
| 8432 | + | |
| 8433 | + | |
| 8434 | + | |
| 8435 | + | |
| 8436 | + | |
| 8437 | + | |
| 8438 | + | |
| 8439 | + | |
| 8440 | + | |
| 8441 | + | |
| 8442 | + | |
| 8443 | + | |
| 8444 | + | |
| 8445 | + | |
| 8446 | + | |
| 8447 | + | |
| 8448 | + | |
| 8449 | + | |
| 8450 | + | |
| 8451 | + | |
| 8452 | + | |
| 8453 | + | |
| 8454 | + | |
| 8455 | + | |
| 8456 | + | |
| 8457 | + | |
| 8458 | + | |
| 8459 | + | |
| 8460 | + | |
| 8461 | + | |
| 8462 | + | |
| 8463 | + | |
| 8464 | + | |
| 8465 | + | |
| 8466 | + | |
| 8467 | + | |
| 8468 | + | |
8404 | 8469 |
| |
8405 | 8470 |
| |
8406 | 8471 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
161 | 161 |
| |
162 | 162 |
| |
163 | 163 |
| |
164 |
| - | |
| 164 | + | |
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
| 33 | + | |
32 | 34 |
| |
33 | 35 |
| |
34 | 36 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 |
| |
35 | 38 |
| |
36 | 39 |
| |
|
0 commit comments
Comments
(0)