]> granicus.if.org Git - postgresql/commit
Silence REINDEX
authorSimon Riggs <simon@2ndQuadrant.com>
Tue, 9 Dec 2014 09:05:36 +0000 (18:05 +0900)
committerSimon Riggs <simon@2ndQuadrant.com>
Tue, 9 Dec 2014 09:05:36 +0000 (18:05 +0900)
commitae4e6887a4eaa62ff3e47a16a8b2b6a91fa6a514
tree4d56448f9ce7a47b76a7ee21b0271919b2c30924
parent1135aabab5dad2f4e79aade3c907bd7a51ac263a
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.
src/backend/commands/indexcmds.c
src/test/regress/expected/create_index.out