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:
@ -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
|
||||
|
Reference in New Issue
Block a user