pgsql: Silence REINDEX

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Silence REINDEX
Date: 2014-12-09 09:11:23
Message-ID: E1XyGpH-0005ZH-Qm@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2014-12-09 12:54:52 pgsql: pg_xlogdump/.gitignore: add committsdesc.c
Previous Message Simon Riggs 2014-12-09 08:12:41 Re: pgsql: REINDEX SCHEMA