- Notifications
You must be signed in to change notification settings - Fork5
Commitaa02864
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 parent29505a8 commitaa02864
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4901 | 4901 |
| |
4902 | 4902 |
| |
4903 | 4903 |
| |
| 4904 | + | |
| 4905 | + | |
| 4906 | + | |
| 4907 | + | |
4904 | 4908 |
| |
4905 | 4909 |
| |
4906 | 4910 |
| |
| |||
4922 | 4926 |
| |
4923 | 4927 |
| |
4924 | 4928 |
| |
4925 |
| - | |
| 4929 | + | |
4926 | 4930 |
| |
4927 | 4931 |
| |
4928 | 4932 |
| |
|
0 commit comments
Comments
(0)