pgsql: Silence REINDEX - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Silence REINDEX
Date
Msg-id E1XyGpH-0005ZH-Qm@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Silence REINDEX

Previously REINDEX DATABASE and REINDEX SCHEMA
produced a stream of NOTICE messages. Removing that
since it is inconsistent for such a command to
produce output without a VERBOSE option.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ae4e6887a4eaa62ff3e47a16a8b2b6a91fa6a514

Modified Files
--------------
src/backend/commands/indexcmds.c           |    2 +-
src/test/regress/expected/create_index.out |    4 ----
2 files changed, 1 insertion(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: pgsql: REINDEX SCHEMA
Next
From: Alvaro Herrera
Date:
Subject: pgsql: pg_xlogdump/.gitignore: add committsdesc.c