summaryrefslogtreecommitdiff
path: root/contrib/isn
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2017-05-30 15:45:42 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2017-05-30 15:45:42 -0400
commite6785a5ca16bfe67b9c74d168ae6e88c6e55c8ac (patch)
treee5f37fedbf76985a749b811397921503a187af7e /contrib/isn
parent185364b161512806d23ca390f5b615666079699b (diff)
downloadpostgresql-e6785a5ca16bfe67b9c74d168ae6e88c6e55c8ac.tar.gz
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
Diffstat (limited to 'contrib/isn')
-rw-r--r--contrib/isn/expected/isn.out32
1 files changed, 16 insertions, 16 deletions
diff --git a/contrib/isn/expected/isn.out b/contrib/isn/expected/isn.out
index ef9d3a61e7..18fe37a82c 100644
--- a/contrib/isn/expected/isn.out
+++ b/contrib/isn/expected/isn.out
@@ -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