forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit723acc9
committed
Must check indisready not just indisvalid when dumping from 9.2 server.
9.2 uses a kluge representation of "indislive"; we have to account forthat when examining pg_index. Simplest solution is to check indisreadyfor 9.0 and 9.1 as well; that's harmless though unnecessary, so it'snot worth making a version distinction for.Fixes oversight in commit683abc7,as noted by Andres Freund.1 parenteb2a70f commit723acc9
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4520 | 4520 |
| |
4521 | 4521 |
| |
4522 | 4522 |
| |
| 4523 | + | |
| 4524 | + | |
| 4525 | + | |
| 4526 | + | |
4523 | 4527 |
| |
4524 | 4528 |
| |
4525 | 4529 |
| |
| |||
4540 | 4544 |
| |
4541 | 4545 |
| |
4542 | 4546 |
| |
4543 |
| - | |
| 4547 | + | |
4544 | 4548 |
| |
4545 | 4549 |
| |
4546 | 4550 |
| |
|
0 commit comments
Comments
(0)