1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

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
This commit is contained in:
Alvaro Herrera
2017-05-30 15:45:42 -04:00
parent 185364b161
commit e6785a5ca1
7 changed files with 122 additions and 122 deletions

View File

@ -10,22 +10,22 @@ FROM (SELECT amname, opcname, opc.oid
WHERE opc.oid >= 16384
ORDER BY 1, 2 OFFSET 0) ss
WHERE NOT amvalidate(oid);
INFO: btree operator family "isn_ops" is missing cross-type operator(s)
INFO: btree operator family "isn_ops" is missing cross-type operator(s)
INFO: btree operator family "isn_ops" is missing cross-type operator(s)
INFO: btree operator family "isn_ops" is missing cross-type operator(s)
INFO: btree operator family "isn_ops" is missing cross-type operator(s)
INFO: btree operator family "isn_ops" is missing cross-type operator(s)
INFO: btree operator family "isn_ops" is missing cross-type operator(s)
INFO: btree operator family "isn_ops" is missing cross-type operator(s)
INFO: hash operator family "isn_ops" is missing cross-type operator(s)
INFO: hash operator family "isn_ops" is missing cross-type operator(s)
INFO: hash operator family "isn_ops" is missing cross-type operator(s)
INFO: hash operator family "isn_ops" is missing cross-type operator(s)
INFO: hash operator family "isn_ops" is missing cross-type operator(s)
INFO: hash operator family "isn_ops" is missing cross-type operator(s)
INFO: hash operator family "isn_ops" is missing cross-type operator(s)
INFO: hash operator family "isn_ops" is missing cross-type operator(s)
INFO: operator family "isn_ops" of access method btree is missing cross-type operator(s)
INFO: operator family "isn_ops" of access method btree is missing cross-type operator(s)
INFO: operator family "isn_ops" of access method btree is missing cross-type operator(s)
INFO: operator family "isn_ops" of access method btree is missing cross-type operator(s)
INFO: operator family "isn_ops" of access method btree is missing cross-type operator(s)
INFO: operator family "isn_ops" of access method btree is missing cross-type operator(s)
INFO: operator family "isn_ops" of access method btree is missing cross-type operator(s)
INFO: operator family "isn_ops" of access method btree is missing cross-type operator(s)
INFO: operator family "isn_ops" of access method hash is missing cross-type operator(s)
INFO: operator family "isn_ops" of access method hash is missing cross-type operator(s)
INFO: operator family "isn_ops" of access method hash is missing cross-type operator(s)
INFO: operator family "isn_ops" of access method hash is missing cross-type operator(s)
INFO: operator family "isn_ops" of access method hash is missing cross-type operator(s)
INFO: operator family "isn_ops" of access method hash is missing cross-type operator(s)
INFO: operator family "isn_ops" of access method hash is missing cross-type operator(s)
INFO: operator family "isn_ops" of access method hash is missing cross-type operator(s)
amname | opcname
--------+------------
btree | ean13_ops