diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2013-03-28 22:09:12 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2013-03-28 22:09:12 -0400 |
commit | aa02864f64c46807f7682a41882fe40f7f5cb819 (patch) | |
tree | e059b895b342d51fdaf2ba6af3e6945884453b74 /src/backend/utils/adt/jsonfuncs.c | |
parent | 29505a894e1ece60bf42a2756ae99c9e44b5ae6a (diff) | |
download | postgresql-aa02864f64c46807f7682a41882fe40f7f5cb819.tar.gz postgresql-aa02864f64c46807f7682a41882fe40f7f5cb819.zip |
Must check indisready not just indisvalid when dumping from 9.2 server.
9.2 uses a kluge representation of "indislive"; we have to account for
that when examining pg_index. Simplest solution is to check indisready
for 9.0 and 9.1 as well; that's harmless though unnecessary, so it's
not worth making a version distinction for.
Fixes oversight in commit 683abc73dff549e94555d4020dae8d02f32ed78b,
as noted by Andres Freund.
Diffstat (limited to 'src/backend/utils/adt/jsonfuncs.c')
0 files changed, 0 insertions, 0 deletions