postgresql/src/bin
Tom Lane aa02864f64 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 683abc73df,
as noted by Andres Freund.
2013-03-28 22:09:12 -04:00
..
initdb Allow I/O reliability checks using 16-bit checksums 2013-03-22 13:54:07 +00:00
pg_basebackup Make pg_basebackup work with pre-9.3 servers, and add server version check. 2013-03-25 19:44:11 +02:00
pg_config Update copyrights for 2013 2013-01-01 17:15:01 -05:00
pg_controldata Allow I/O reliability checks using 16-bit checksums 2013-03-22 13:54:07 +00:00
pg_ctl Move pqsignal() to libpgport. 2013-03-17 12:06:42 -04:00
pg_dump Must check indisready not just indisvalid when dumping from 9.2 server. 2013-03-28 22:09:12 -04:00
pg_resetxlog Allow I/O reliability checks using 16-bit checksums 2013-03-22 13:54:07 +00:00
pgevent Update copyrights for 2013 2013-01-01 17:15:01 -05:00
psql Get rid of obsolete parse_version helper function. 2013-03-26 15:32:02 +02:00
scripts Move pqsignal() to libpgport. 2013-03-17 12:06:42 -04:00
Makefile Update copyrights for 2013 2013-01-01 17:15:01 -05:00