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

From [email protected] (Heikki Linnakangas)
Subject pgsql: Fix tab completion of ANALYZE VERBOSE .
Date
Msg-id [email protected]
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: [email protected] (Heikki Linnakangas)
Date:
Subject: pgsql: Fix tab completion of ANALYZE VERBOSE .
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Teach reindex_index() to clear pg_index.indcheckxmin when