diff options
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/isn/expected/isn.out | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/contrib/isn/expected/isn.out b/contrib/isn/expected/isn.out index ef9d3a61e72..18fe37a82c3 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 |
