]> granicus.if.org Git - postgresql/commit
Fix wording in amvalidate error messages
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 30 May 2017 19:45:42 +0000 (15:45 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 30 May 2017 19:45:42 +0000 (15:45 -0400)
commite6785a5ca16bfe67b9c74d168ae6e88c6e55c8ac
treee5f37fedbf76985a749b811397921503a187af7e
parent185364b161512806d23ca390f5b615666079699b
Fix wording in amvalidate error messages

Remove some gratuituous message differences by making the AM name
previously embedded in each message be a %s instead.  While at it, get
rid of terminology that's unclear and unnecessary in one message.

Discussion: https://postgr.es/m/20170523001557.bq2hbq7hxyvyw62q@alvherre.pgsql
contrib/isn/expected/isn.out
src/backend/access/brin/brin_validate.c
src/backend/access/gin/ginvalidate.c
src/backend/access/gist/gistvalidate.c
src/backend/access/hash/hashvalidate.c
src/backend/access/nbtree/nbtvalidate.c
src/backend/access/spgist/spgvalidate.c