pgsql: Fix tab completion of ANALYZE VERBOSE . - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Fix tab completion of ANALYZE VERBOSE .
Date
Msg-id 20090327145946.D3E69754ADE@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix tab completion of ANALYZE VERBOSE <tab>. It was previously confused
with EXPLAIN ANALYZE VERBOSE.

Greg Sabino Mullane, reformatted by myself. Backpatch to 8.1, where the
bug was introduced.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/bin/psql:
        tab-complete.c (r1.138.2.1 -> r1.138.2.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/tab-complete.c?r1=1.138.2.1&r2=1.138.2.2)

pgsql-committers by date:

Previous
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Fix tab completion of ANALYZE VERBOSE .
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Teach reindex_index() to clear pg_index.indcheckxmin when