[postgres@rocky8 flux]$ /usr/pgsql-16/bin/psql -h localhost -p 5428 -d testdb -qAtX -f pgtap.sql
psql:pgtap.sql:1772: ERROR: column c.relhaspkey does not exist
LINE 8: WHERE c.relhaspkey = true
^
psql:pgtap.sql:1786: ERROR: column c.relhaspkey does not exist
LINE 7: WHERE c.relhaspkey = true
^
psql:pgtap.sql:1792: ERROR: function _hasc(name, name, unknown) does not exist
LINE 3: SELECT ok( _hasc( $1, $2, 'p' ), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:1798: ERROR: function _hasc(name, unknown) does not exist
LINE 3: SELECT ok( _hasc( $1, 'p' ), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:1804: ERROR: function has_pk(name, text) does not exist
LINE 3: SELECT has_pk( $1, 'Table ' || quote_ident($1) || ' shou...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:1810: ERROR: function _hasc(name, name, unknown) does not exist
LINE 3: SELECT ok( NOT _hasc( $1, $2, 'p' ), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:1816: ERROR: function _hasc(name, unknown) does not exist
LINE 3: SELECT ok( NOT _hasc( $1, 'p' ), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:1822: ERROR: function hasnt_pk(name, text) does not exist
LINE 3: SELECT hasnt_pk( $1, 'Table ' || quote_ident($1) || ' sh...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2037: ERROR: function _hasc(name, name, unknown) does not exist
LINE 3: SELECT ok( _hasc( $1, $2, 'f' ), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2043: ERROR: function _hasc(name, unknown) does not exist
LINE 3: SELECT ok( _hasc( $1, 'f' ), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2049: ERROR: function has_fk(name, text) does not exist
LINE 3: SELECT has_fk( $1, 'Table ' || quote_ident($1) || ' shou...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2055: ERROR: function _hasc(name, name, unknown) does not exist
LINE 3: SELECT ok( NOT _hasc( $1, $2, 'f' ), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2061: ERROR: function _hasc(name, unknown) does not exist
LINE 3: SELECT ok( NOT _hasc( $1, 'f' ), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2067: ERROR: function hasnt_fk(name, text) does not exist
LINE 3: SELECT hasnt_fk( $1, 'Table ' || quote_ident($1) || ' sh...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2220: ERROR: function _hasc(text, text, unknown) does not exist
LINE 3: SELECT ok( _hasc( $1, $2, 'u' ), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2226: ERROR: function _hasc(text, unknown) does not exist
LINE 3: SELECT ok( _hasc( $1, 'u' ), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2232: ERROR: function has_unique(text, text) does not exist
LINE 3: SELECT has_unique( $1, 'Table ' || quote_ident($1) || ' ...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2334: ERROR: function _hasc(name, name, unknown) does not exist
LINE 3: SELECT ok( _hasc( $1, $2, 'c' ), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2340: ERROR: function _hasc(name, unknown) does not exist
LINE 3: SELECT ok( _hasc( $1, 'c' ), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2346: ERROR: function has_check(name, text) does not exist
LINE 3: SELECT has_check( $1, 'Table ' || quote_ident($1) || ' s...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2500: ERROR: column p.proisagg does not exist
LINE 11: p.proisagg AS is_agg,
^
HINT: Perhaps you meant to reference the column "p.prolang".
psql:pgtap.sql:2511: ERROR: relation "tap_funky" does not exist
LINE 5: FROM tap_funky
^
psql:pgtap.sql:2516: ERROR: relation "tap_funky" does not exist
LINE 3: SELECT EXISTS( SELECT TRUE FROM tap_funky WHERE schema =...
^
psql:pgtap.sql:2527: ERROR: relation "tap_funky" does not exist
LINE 5: FROM tap_funky
^
psql:pgtap.sql:2532: ERROR: relation "tap_funky" does not exist
LINE 3: SELECT EXISTS( SELECT TRUE FROM tap_funky WHERE name = $...
^
psql:pgtap.sql:2538: ERROR: function _got_func(name, name, name[]) does not exist
LINE 3: SELECT ok( _got_func($1, $2, $3), $4 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2548: ERROR: function _got_func(name, name, name[]) does not exist
LINE 4: _got_func($1, $2, $3),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2554: ERROR: function _got_func(name, name) does not exist
LINE 3: SELECT ok( _got_func($1, $2), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2563: ERROR: function _got_func(name, name) does not exist
LINE 4: _got_func($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2569: ERROR: function _got_func(name, name[]) does not exist
LINE 3: SELECT ok( _got_func($1, $2), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2579: ERROR: function _got_func(name, name[]) does not exist
LINE 4: _got_func($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2585: ERROR: function _got_func(name) does not exist
LINE 3: SELECT ok( _got_func($1), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2591: ERROR: function _got_func(name) does not exist
LINE 3: SELECT ok( _got_func($1), 'Function ' || quote_ident($1)...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2597: ERROR: function _got_func(name, name, name[]) does not exist
LINE 3: SELECT ok( NOT _got_func($1, $2, $3), $4 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2607: ERROR: function _got_func(name, name, name[]) does not exist
LINE 4: NOT _got_func($1, $2, $3),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2613: ERROR: function _got_func(name, name) does not exist
LINE 3: SELECT ok( NOT _got_func($1, $2), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2622: ERROR: function _got_func(name, name) does not exist
LINE 4: NOT _got_func($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2628: ERROR: function _got_func(name, name[]) does not exist
LINE 3: SELECT ok( NOT _got_func($1, $2), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2638: ERROR: function _got_func(name, name[]) does not exist
LINE 4: NOT _got_func($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2644: ERROR: function _got_func(name) does not exist
LINE 3: SELECT ok( NOT _got_func($1), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2650: ERROR: function _got_func(name) does not exist
LINE 3: SELECT ok( NOT _got_func($1), 'Function ' || quote_ident...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:4604: ERROR: relation "tap_funky" does not exist
LINE 6: SELECT name FROM tap_funky WHERE schema = $1
^
psql:pgtap.sql:4610: ERROR: function functions_are(name, name[], text) does not exist
LINE 3: SELECT functions_are( $1, $2, 'Schema ' || quote_ident($...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:4633: ERROR: relation "tap_funky" does not exist
LINE 6: SELECT name FROM tap_funky WHERE is_visible
^
psql:pgtap.sql:4639: ERROR: function functions_are(name[], text) does not exist
LINE 3: SELECT functions_are( $1, 'Search path ' || pg_catalog.c...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5324: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky f
^
psql:pgtap.sql:5333: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky f
^
psql:pgtap.sql:5343: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky f
^
psql:pgtap.sql:5352: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky f
^
psql:pgtap.sql:5358: ERROR: function _lang(name, name, name[]) does not exist
LINE 3: SELECT _func_compare($1, $2, $3, _lang($1, $2, $3), $4, ...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5368: ERROR: function function_lang_is(name, name, name[], name, text) does not exist
LINE 3: SELECT function_lang_is(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5374: ERROR: function _lang(name, name) does not exist
LINE 3: SELECT _func_compare($1, $2, _lang($1, $2), $3, $4 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5384: ERROR: function function_lang_is(name, name, name, text) does not exist
LINE 3: SELECT function_lang_is(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5390: ERROR: function _lang(name, name[]) does not exist
LINE 3: SELECT _func_compare(NULL, $1, $2, _lang($1, $2), $3, $4...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5400: ERROR: function function_lang_is(name, name[], name, text) does not exist
LINE 3: SELECT function_lang_is(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5406: ERROR: function _lang(name) does not exist
LINE 3: SELECT _func_compare(NULL, $1, _lang($1), $2, $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5416: ERROR: function function_lang_is(name, name, text) does not exist
LINE 3: SELECT function_lang_is(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5425: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky
^
psql:pgtap.sql:5430: ERROR: relation "tap_funky" does not exist
LINE 3: SELECT returns FROM tap_funky WHERE schema = $1 AND name...
^
psql:pgtap.sql:5439: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky
^
psql:pgtap.sql:5444: ERROR: relation "tap_funky" does not exist
LINE 3: SELECT returns FROM tap_funky WHERE name = $1 AND is_vis...
^
psql:pgtap.sql:5450: ERROR: function _returns(name, name, name[]) does not exist
LINE 3: SELECT _func_compare($1, $2, $3, _returns($1, $2, $3), $...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5460: ERROR: function function_returns(name, name, name[], text, text) does not exist
LINE 3: SELECT function_returns(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5466: ERROR: function _returns(name, name) does not exist
LINE 3: SELECT _func_compare($1, $2, _returns($1, $2), $3, $4 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5476: ERROR: function function_returns(name, name, text, text) does not exist
LINE 3: SELECT function_returns(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5482: ERROR: function _returns(name, name[]) does not exist
LINE 3: SELECT _func_compare(NULL, $1, $2, _returns($1, $2), $3,...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5492: ERROR: function function_returns(name, name[], text, text) does not exist
LINE 3: SELECT function_returns(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5498: ERROR: function _returns(name) does not exist
LINE 3: SELECT _func_compare(NULL, $1, returns($1), $2, $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5507: ERROR: function function_returns(name, text, text) does not exist
LINE 3: SELECT function_returns(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5516: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky
^
psql:pgtap.sql:5521: ERROR: relation "tap_funky" does not exist
LINE 3: SELECT is_definer FROM tap_funky WHERE schema = $1 AND n...
^
psql:pgtap.sql:5530: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky
^
psql:pgtap.sql:5535: ERROR: relation "tap_funky" does not exist
LINE 3: SELECT is_definer FROM tap_funky WHERE name = $1 AND is...
^
psql:pgtap.sql:5541: ERROR: function _definer(name, name, name[]) does not exist
LINE 3: SELECT _func_compare($1, $2, $3, _definer($1, $2, $3), $...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5551: ERROR: function _definer(name, name, name[]) does not exist
LINE 4: _definer($1, $2, $3),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5557: ERROR: function _definer(name, name) does not exist
LINE 3: SELECT _func_compare($1, $2, _definer($1, $2), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5566: ERROR: function _definer(name, name) does not exist
LINE 4: _definer($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5572: ERROR: function _definer(name, name[]) does not exist
LINE 3: SELECT _func_compare(NULL, $1, $2, _definer($1, $2), $3 ...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5582: ERROR: function _definer(name, name[]) does not exist
LINE 4: _definer($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5588: ERROR: function _definer(name) does not exist
LINE 3: SELECT _func_compare(NULL, $1, _definer($1), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5594: ERROR: function _definer(name) does not exist
LINE 3: SELECT ok( _definer($1), 'Function ' || quote_ident($1) ...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5600: ERROR: function _definer(name, name, name[]) does not exist
LINE 3: SELECT _func_compare($1, $2, $3, NOT _definer($1, $2, $3...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5610: ERROR: function _definer(name, name, name[]) does not exist
LINE 4: NOT _definer($1, $2, $3),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5616: ERROR: function _definer(name, name) does not exist
LINE 3: SELECT _func_compare($1, $2, NOT _definer($1, $2), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5625: ERROR: function _definer(name, name) does not exist
LINE 4: NOT _definer($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5631: ERROR: function _definer(name, name[]) does not exist
LINE 3: SELECT _func_compare(NULL, $1, $2, NOT _definer($1, $2),...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5641: ERROR: function _definer(name, name[]) does not exist
LINE 4: NOT _definer($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5647: ERROR: function _definer(name) does not exist
LINE 3: SELECT _func_compare(NULL, $1, NOT _definer($1), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5653: ERROR: function _definer(name) does not exist
LINE 3: SELECT ok( NOT _definer($1), 'Function ' || quote_ident(...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5662: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky
^
psql:pgtap.sql:5667: ERROR: relation "tap_funky" does not exist
LINE 3: SELECT is_agg FROM tap_funky WHERE schema = $1 AND name ...
^
psql:pgtap.sql:5676: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky
^
psql:pgtap.sql:5681: ERROR: relation "tap_funky" does not exist
LINE 3: SELECT is_agg FROM tap_funky WHERE name = $1 AND is_visi...
^
psql:pgtap.sql:5687: ERROR: function _agg(name, name, name[]) does not exist
LINE 3: SELECT _func_compare($1, $2, $3, _agg($1, $2, $3), $4 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5697: ERROR: function _agg(name, name, name[]) does not exist
LINE 4: _agg($1, $2, $3),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5703: ERROR: function _agg(name, name) does not exist
LINE 3: SELECT _func_compare($1, $2, _agg($1, $2), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5712: ERROR: function _agg(name, name) does not exist
LINE 4: _agg($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5718: ERROR: function _agg(name, name[]) does not exist
LINE 3: SELECT _func_compare(NULL, $1, $2, _agg($1, $2), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5728: ERROR: function _agg(name, name[]) does not exist
LINE 4: _agg($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5734: ERROR: function _agg(name) does not exist
LINE 3: SELECT _func_compare(NULL, $1, _agg($1), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5740: ERROR: function _agg(name) does not exist
LINE 3: SELECT ok( _agg($1), 'Function ' || quote_ident($1) || '...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5746: ERROR: function _agg(name, name, name[]) does not exist
LINE 3: SELECT _func_compare($1, $2, $3, NOT _agg($1, $2, $3), $...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5756: ERROR: function _agg(name, name, name[]) does not exist
LINE 4: NOT _agg($1, $2, $3),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5762: ERROR: function _agg(name, name) does not exist
LINE 3: SELECT _func_compare($1, $2, NOT _agg($1, $2), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5771: ERROR: function _agg(name, name) does not exist
LINE 4: NOT _agg($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5777: ERROR: function _agg(name, name[]) does not exist
LINE 3: SELECT _func_compare(NULL, $1, $2, NOT _agg($1, $2), $3 ...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5787: ERROR: function _agg(name, name[]) does not exist
LINE 4: NOT _agg($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5793: ERROR: function _agg(name) does not exist
LINE 3: SELECT _func_compare(NULL, $1, NOT _agg($1), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5799: ERROR: function _agg(name) does not exist
LINE 3: SELECT ok( NOT _agg($1), 'Function ' || quote_ident($1) ...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5808: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky
^
psql:pgtap.sql:5813: ERROR: relation "tap_funky" does not exist
LINE 3: SELECT is_strict FROM tap_funky WHERE schema = $1 AND na...
^
psql:pgtap.sql:5822: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky
^
psql:pgtap.sql:5827: ERROR: relation "tap_funky" does not exist
LINE 3: SELECT is_strict FROM tap_funky WHERE name = $1 AND is_v...
^
psql:pgtap.sql:5833: ERROR: function _strict(name, name, name[]) does not exist
LINE 3: SELECT _func_compare($1, $2, $3, _strict($1, $2, $3), $4...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5843: ERROR: function _strict(name, name, name[]) does not exist
LINE 4: _strict($1, $2, $3),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5849: ERROR: function _strict(name, name) does not exist
LINE 3: SELECT _func_compare($1, $2, _strict($1, $2), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5858: ERROR: function _strict(name, name) does not exist
LINE 4: _strict($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5864: ERROR: function _strict(name, name[]) does not exist
LINE 3: SELECT _func_compare(NULL, $1, $2, _strict($1, $2), $3 )...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5874: ERROR: function _strict(name, name[]) does not exist
LINE 4: _strict($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5880: ERROR: function _strict(name) does not exist
LINE 3: SELECT _func_compare(NULL, $1, _strict($1), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5886: ERROR: function _strict(name) does not exist
LINE 3: SELECT ok( _strict($1), 'Function ' || quote_ident($1) |...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5892: ERROR: function _strict(name, name, name[]) does not exist
LINE 3: SELECT _func_compare($1, $2, $3, NOT _strict($1, $2, $3)...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5902: ERROR: function _strict(name, name, name[]) does not exist
LINE 4: NOT _strict($1, $2, $3),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5908: ERROR: function _strict(name, name) does not exist
LINE 3: SELECT _func_compare($1, $2, NOT _strict($1, $2), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5917: ERROR: function _strict(name, name) does not exist
LINE 4: NOT _strict($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5923: ERROR: function _strict(name, name[]) does not exist
LINE 3: SELECT _func_compare(NULL, $1, $2, NOT _strict($1, $2), ...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5933: ERROR: function _strict(name, name[]) does not exist
LINE 4: NOT _strict($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5939: ERROR: function _strict(name) does not exist
LINE 3: SELECT _func_compare(NULL, $1, NOT _strict($1), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5945: ERROR: function _strict(name) does not exist
LINE 3: SELECT ok( NOT _strict($1), 'Function ' || quote_ident($...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5968: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky f
^
psql:pgtap.sql:5974: ERROR: relation "tap_funky" does not exist
LINE 3: SELECT _expand_vol(volatility) FROM tap_funky f
^
psql:pgtap.sql:5983: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky f
^
psql:pgtap.sql:5989: ERROR: relation "tap_funky" does not exist
LINE 3: SELECT _expand_vol(volatility) FROM tap_funky f
^
psql:pgtap.sql:5995: ERROR: function _vol(name, name, name[]) does not exist
LINE 3: SELECT _func_compare($1, $2, $3, _vol($1, $2, $3), _refi...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:6005: ERROR: function volatility_is(name, name, name[], text, text) does not exist
LINE 3: SELECT volatility_is(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:6011: ERROR: function _vol(name, name) does not exist
LINE 3: SELECT _func_compare($1, $2, _vol($1, $2), _refine_vol($...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:6021: ERROR: function volatility_is(name, name, text, text) does not exist
LINE 3: SELECT volatility_is(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:6027: ERROR: function _vol(name, name[]) does not exist
LINE 3: SELECT _func_compare(NULL, $1, $2, _vol($1, $2), _refine...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:6037: ERROR: function volatility_is(name, name[], text, text) does not exist
LINE 3: SELECT volatility_is(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:6043: ERROR: function _vol(name) does not exist
LINE 3: SELECT _func_compare(NULL, $1, _vol($1), _refine_vol($2)...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:6052: ERROR: function volatility_is(name, text, text) does not exist
LINE 3: SELECT volatility_is(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:8428: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky
^
psql:pgtap.sql:8437: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky
^
psql:pgtap.sql:9705: ERROR: relation "tap_funky" does not exist
[postgres@rocky8 flux]$ /usr/pgsql-16/bin/psql -h localhost -p 5428 -d testdb -qAtX -f pgtap.sql$2, 'Schema ' || quote_ident($ ...$3), $ ...$3), $ ...$3), $ ...$1), 'Function ' || quote_ident($ ...$2), _refine_vol($ ...
psql:pgtap.sql:1772: ERROR: column c.relhaspkey does not exist
LINE 8: WHERE c.relhaspkey = true
^
psql:pgtap.sql:1786: ERROR: column c.relhaspkey does not exist
LINE 7: WHERE c.relhaspkey = true
^
psql:pgtap.sql:1792: ERROR: function _hasc(name, name, unknown) does not exist
LINE 3: SELECT ok( _hasc( $1, $2, 'p' ), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:1798: ERROR: function _hasc(name, unknown) does not exist
LINE 3: SELECT ok( _hasc( $1, 'p' ), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:1804: ERROR: function has_pk(name, text) does not exist
LINE 3: SELECT has_pk( $1, 'Table ' || quote_ident($1) || ' shou...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:1810: ERROR: function _hasc(name, name, unknown) does not exist
LINE 3: SELECT ok( NOT _hasc( $1, $2, 'p' ), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:1816: ERROR: function _hasc(name, unknown) does not exist
LINE 3: SELECT ok( NOT _hasc( $1, 'p' ), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:1822: ERROR: function hasnt_pk(name, text) does not exist
LINE 3: SELECT hasnt_pk( $1, 'Table ' || quote_ident($1) || ' sh...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2037: ERROR: function _hasc(name, name, unknown) does not exist
LINE 3: SELECT ok( _hasc( $1, $2, 'f' ), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2043: ERROR: function _hasc(name, unknown) does not exist
LINE 3: SELECT ok( _hasc( $1, 'f' ), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2049: ERROR: function has_fk(name, text) does not exist
LINE 3: SELECT has_fk( $1, 'Table ' || quote_ident($1) || ' shou...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2055: ERROR: function _hasc(name, name, unknown) does not exist
LINE 3: SELECT ok( NOT _hasc( $1, $2, 'f' ), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2061: ERROR: function _hasc(name, unknown) does not exist
LINE 3: SELECT ok( NOT _hasc( $1, 'f' ), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2067: ERROR: function hasnt_fk(name, text) does not exist
LINE 3: SELECT hasnt_fk( $1, 'Table ' || quote_ident($1) || ' sh...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2220: ERROR: function _hasc(text, text, unknown) does not exist
LINE 3: SELECT ok( _hasc( $1, $2, 'u' ), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2226: ERROR: function _hasc(text, unknown) does not exist
LINE 3: SELECT ok( _hasc( $1, 'u' ), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2232: ERROR: function has_unique(text, text) does not exist
LINE 3: SELECT has_unique( $1, 'Table ' || quote_ident($1) || ' ...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2334: ERROR: function _hasc(name, name, unknown) does not exist
LINE 3: SELECT ok( _hasc( $1, $2, 'c' ), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2340: ERROR: function _hasc(name, unknown) does not exist
LINE 3: SELECT ok( _hasc( $1, 'c' ), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2346: ERROR: function has_check(name, text) does not exist
LINE 3: SELECT has_check( $1, 'Table ' || quote_ident($1) || ' s...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2500: ERROR: column p.proisagg does not exist
LINE 11: p.proisagg AS is_agg,
^
HINT: Perhaps you meant to reference the column "p.prolang".
psql:pgtap.sql:2511: ERROR: relation "tap_funky" does not exist
LINE 5: FROM tap_funky
^
psql:pgtap.sql:2516: ERROR: relation "tap_funky" does not exist
LINE 3: SELECT EXISTS( SELECT TRUE FROM tap_funky WHERE schema =...
^
psql:pgtap.sql:2527: ERROR: relation "tap_funky" does not exist
LINE 5: FROM tap_funky
^
psql:pgtap.sql:2532: ERROR: relation "tap_funky" does not exist
LINE 3: SELECT EXISTS( SELECT TRUE FROM tap_funky WHERE name = $...
^
psql:pgtap.sql:2538: ERROR: function _got_func(name, name, name[]) does not exist
LINE 3: SELECT ok( _got_func($1, $2, $3), $4 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2548: ERROR: function _got_func(name, name, name[]) does not exist
LINE 4: _got_func($1, $2, $3),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2554: ERROR: function _got_func(name, name) does not exist
LINE 3: SELECT ok( _got_func($1, $2), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2563: ERROR: function _got_func(name, name) does not exist
LINE 4: _got_func($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2569: ERROR: function _got_func(name, name[]) does not exist
LINE 3: SELECT ok( _got_func($1, $2), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2579: ERROR: function _got_func(name, name[]) does not exist
LINE 4: _got_func($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2585: ERROR: function _got_func(name) does not exist
LINE 3: SELECT ok( _got_func($1), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2591: ERROR: function _got_func(name) does not exist
LINE 3: SELECT ok( _got_func($1), 'Function ' || quote_ident($1)...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2597: ERROR: function _got_func(name, name, name[]) does not exist
LINE 3: SELECT ok( NOT _got_func($1, $2, $3), $4 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2607: ERROR: function _got_func(name, name, name[]) does not exist
LINE 4: NOT _got_func($1, $2, $3),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2613: ERROR: function _got_func(name, name) does not exist
LINE 3: SELECT ok( NOT _got_func($1, $2), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2622: ERROR: function _got_func(name, name) does not exist
LINE 4: NOT _got_func($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2628: ERROR: function _got_func(name, name[]) does not exist
LINE 3: SELECT ok( NOT _got_func($1, $2), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2638: ERROR: function _got_func(name, name[]) does not exist
LINE 4: NOT _got_func($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2644: ERROR: function _got_func(name) does not exist
LINE 3: SELECT ok( NOT _got_func($1), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:2650: ERROR: function _got_func(name) does not exist
LINE 3: SELECT ok( NOT _got_func($1), 'Function ' || quote_ident...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:4604: ERROR: relation "tap_funky" does not exist
LINE 6: SELECT name FROM tap_funky WHERE schema = $1
^
psql:pgtap.sql:4610: ERROR: function functions_are(name, name[], text) does not exist
LINE 3: SELECT functions_are( $1,
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:4633: ERROR: relation "tap_funky" does not exist
LINE 6: SELECT name FROM tap_funky WHERE is_visible
^
psql:pgtap.sql:4639: ERROR: function functions_are(name[], text) does not exist
LINE 3: SELECT functions_are( $1, 'Search path ' || pg_catalog.c...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5324: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky f
^
psql:pgtap.sql:5333: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky f
^
psql:pgtap.sql:5343: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky f
^
psql:pgtap.sql:5352: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky f
^
psql:pgtap.sql:5358: ERROR: function _lang(name, name, name[]) does not exist
LINE 3: SELECT _func_compare($1, $2, $3, _lang($1, $2, $3), $4, ...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5368: ERROR: function function_lang_is(name, name, name[], name, text) does not exist
LINE 3: SELECT function_lang_is(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5374: ERROR: function _lang(name, name) does not exist
LINE 3: SELECT _func_compare($1, $2, _lang($1, $2), $3, $4 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5384: ERROR: function function_lang_is(name, name, name, text) does not exist
LINE 3: SELECT function_lang_is(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5390: ERROR: function _lang(name, name[]) does not exist
LINE 3: SELECT _func_compare(NULL, $1, $2, _lang($1, $2), $3, $4...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5400: ERROR: function function_lang_is(name, name[], name, text) does not exist
LINE 3: SELECT function_lang_is(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5406: ERROR: function _lang(name) does not exist
LINE 3: SELECT _func_compare(NULL, $1, _lang($1), $2, $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5416: ERROR: function function_lang_is(name, name, text) does not exist
LINE 3: SELECT function_lang_is(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5425: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky
^
psql:pgtap.sql:5430: ERROR: relation "tap_funky" does not exist
LINE 3: SELECT returns FROM tap_funky WHERE schema = $1 AND name...
^
psql:pgtap.sql:5439: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky
^
psql:pgtap.sql:5444: ERROR: relation "tap_funky" does not exist
LINE 3: SELECT returns FROM tap_funky WHERE name = $1 AND is_vis...
^
psql:pgtap.sql:5450: ERROR: function _returns(name, name, name[]) does not exist
LINE 3: SELECT _func_compare($1, $2, $3, _returns($1, $2,
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5460: ERROR: function function_returns(name, name, name[], text, text) does not exist
LINE 3: SELECT function_returns(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5466: ERROR: function _returns(name, name) does not exist
LINE 3: SELECT _func_compare($1, $2, _returns($1, $2), $3, $4 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5476: ERROR: function function_returns(name, name, text, text) does not exist
LINE 3: SELECT function_returns(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5482: ERROR: function _returns(name, name[]) does not exist
LINE 3: SELECT _func_compare(NULL, $1, $2, _returns($1, $2), $3,...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5492: ERROR: function function_returns(name, name[], text, text) does not exist
LINE 3: SELECT function_returns(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5498: ERROR: function _returns(name) does not exist
LINE 3: SELECT _func_compare(NULL, $1, returns($1), $2, $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5507: ERROR: function function_returns(name, text, text) does not exist
LINE 3: SELECT function_returns(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5516: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky
^
psql:pgtap.sql:5521: ERROR: relation "tap_funky" does not exist
LINE 3: SELECT is_definer FROM tap_funky WHERE schema = $1 AND n...
^
psql:pgtap.sql:5530: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky
^
psql:pgtap.sql:5535: ERROR: relation "tap_funky" does not exist
LINE 3: SELECT is_definer FROM tap_funky WHERE name = $1 AND is...
^
psql:pgtap.sql:5541: ERROR: function _definer(name, name, name[]) does not exist
LINE 3: SELECT _func_compare($1, $2, $3, _definer($1, $2,
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5551: ERROR: function _definer(name, name, name[]) does not exist
LINE 4: _definer($1, $2, $3),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5557: ERROR: function _definer(name, name) does not exist
LINE 3: SELECT _func_compare($1, $2, _definer($1, $2), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5566: ERROR: function _definer(name, name) does not exist
LINE 4: _definer($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5572: ERROR: function _definer(name, name[]) does not exist
LINE 3: SELECT _func_compare(NULL, $1, $2, _definer($1, $2), $3 ...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5582: ERROR: function _definer(name, name[]) does not exist
LINE 4: _definer($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5588: ERROR: function _definer(name) does not exist
LINE 3: SELECT _func_compare(NULL, $1, _definer($1), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5594: ERROR: function _definer(name) does not exist
LINE 3: SELECT ok( _definer($1), 'Function ' || quote_ident($1) ...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5600: ERROR: function _definer(name, name, name[]) does not exist
LINE 3: SELECT _func_compare($1, $2, $3, NOT _definer($1, $2, $3...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5610: ERROR: function _definer(name, name, name[]) does not exist
LINE 4: NOT _definer($1, $2, $3),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5616: ERROR: function _definer(name, name) does not exist
LINE 3: SELECT _func_compare($1, $2, NOT _definer($1, $2), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5625: ERROR: function _definer(name, name) does not exist
LINE 4: NOT _definer($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5631: ERROR: function _definer(name, name[]) does not exist
LINE 3: SELECT _func_compare(NULL, $1, $2, NOT _definer($1, $2),...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5641: ERROR: function _definer(name, name[]) does not exist
LINE 4: NOT _definer($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5647: ERROR: function _definer(name) does not exist
LINE 3: SELECT _func_compare(NULL, $1, NOT _definer($1), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5653: ERROR: function _definer(name) does not exist
LINE 3: SELECT ok( NOT _definer($1), 'Function ' || quote_ident(...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5662: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky
^
psql:pgtap.sql:5667: ERROR: relation "tap_funky" does not exist
LINE 3: SELECT is_agg FROM tap_funky WHERE schema = $1 AND name ...
^
psql:pgtap.sql:5676: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky
^
psql:pgtap.sql:5681: ERROR: relation "tap_funky" does not exist
LINE 3: SELECT is_agg FROM tap_funky WHERE name = $1 AND is_visi...
^
psql:pgtap.sql:5687: ERROR: function _agg(name, name, name[]) does not exist
LINE 3: SELECT _func_compare($1, $2, $3, _agg($1, $2, $3), $4 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5697: ERROR: function _agg(name, name, name[]) does not exist
LINE 4: _agg($1, $2, $3),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5703: ERROR: function _agg(name, name) does not exist
LINE 3: SELECT _func_compare($1, $2, _agg($1, $2), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5712: ERROR: function _agg(name, name) does not exist
LINE 4: _agg($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5718: ERROR: function _agg(name, name[]) does not exist
LINE 3: SELECT _func_compare(NULL, $1, $2, _agg($1, $2), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5728: ERROR: function _agg(name, name[]) does not exist
LINE 4: _agg($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5734: ERROR: function _agg(name) does not exist
LINE 3: SELECT _func_compare(NULL, $1, _agg($1), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5740: ERROR: function _agg(name) does not exist
LINE 3: SELECT ok( _agg($1), 'Function ' || quote_ident($1) || '...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5746: ERROR: function _agg(name, name, name[]) does not exist
LINE 3: SELECT _func_compare($1, $2, $3, NOT _agg($1, $2,
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5756: ERROR: function _agg(name, name, name[]) does not exist
LINE 4: NOT _agg($1, $2, $3),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5762: ERROR: function _agg(name, name) does not exist
LINE 3: SELECT _func_compare($1, $2, NOT _agg($1, $2), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5771: ERROR: function _agg(name, name) does not exist
LINE 4: NOT _agg($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5777: ERROR: function _agg(name, name[]) does not exist
LINE 3: SELECT _func_compare(NULL, $1, $2, NOT _agg($1, $2), $3 ...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5787: ERROR: function _agg(name, name[]) does not exist
LINE 4: NOT _agg($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5793: ERROR: function _agg(name) does not exist
LINE 3: SELECT _func_compare(NULL, $1, NOT _agg($1), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5799: ERROR: function _agg(name) does not exist
LINE 3: SELECT ok( NOT _agg($1), 'Function ' || quote_ident($1) ...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5808: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky
^
psql:pgtap.sql:5813: ERROR: relation "tap_funky" does not exist
LINE 3: SELECT is_strict FROM tap_funky WHERE schema = $1 AND na...
^
psql:pgtap.sql:5822: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky
^
psql:pgtap.sql:5827: ERROR: relation "tap_funky" does not exist
LINE 3: SELECT is_strict FROM tap_funky WHERE name = $1 AND is_v...
^
psql:pgtap.sql:5833: ERROR: function _strict(name, name, name[]) does not exist
LINE 3: SELECT _func_compare($1, $2, $3, _strict($1, $2, $3), $4...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5843: ERROR: function _strict(name, name, name[]) does not exist
LINE 4: _strict($1, $2, $3),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5849: ERROR: function _strict(name, name) does not exist
LINE 3: SELECT _func_compare($1, $2, _strict($1, $2), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5858: ERROR: function _strict(name, name) does not exist
LINE 4: _strict($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5864: ERROR: function _strict(name, name[]) does not exist
LINE 3: SELECT _func_compare(NULL, $1, $2, _strict($1, $2), $3 )...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5874: ERROR: function _strict(name, name[]) does not exist
LINE 4: _strict($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5880: ERROR: function _strict(name) does not exist
LINE 3: SELECT _func_compare(NULL, $1, _strict($1), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5886: ERROR: function _strict(name) does not exist
LINE 3: SELECT ok( _strict($1), 'Function ' || quote_ident($1) |...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5892: ERROR: function _strict(name, name, name[]) does not exist
LINE 3: SELECT _func_compare($1, $2, $3, NOT _strict($1, $2, $3)...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5902: ERROR: function _strict(name, name, name[]) does not exist
LINE 4: NOT _strict($1, $2, $3),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5908: ERROR: function _strict(name, name) does not exist
LINE 3: SELECT _func_compare($1, $2, NOT _strict($1, $2), $3 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5917: ERROR: function _strict(name, name) does not exist
LINE 4: NOT _strict($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5923: ERROR: function _strict(name, name[]) does not exist
LINE 3: SELECT _func_compare(NULL, $1, $2, NOT _strict($1, $2), ...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5933: ERROR: function _strict(name, name[]) does not exist
LINE 4: NOT _strict($1, $2),
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5939: ERROR: function _strict(name) does not exist
LINE 3: SELECT _func_compare(NULL, $1, NOT _strict($1), $2 );
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5945: ERROR: function _strict(name) does not exist
LINE 3: SELECT ok( NOT _strict(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:5968: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky f
^
psql:pgtap.sql:5974: ERROR: relation "tap_funky" does not exist
LINE 3: SELECT _expand_vol(volatility) FROM tap_funky f
^
psql:pgtap.sql:5983: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky f
^
psql:pgtap.sql:5989: ERROR: relation "tap_funky" does not exist
LINE 3: SELECT _expand_vol(volatility) FROM tap_funky f
^
psql:pgtap.sql:5995: ERROR: function _vol(name, name, name[]) does not exist
LINE 3: SELECT _func_compare($1, $2, $3, _vol($1, $2, $3), _refi...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:6005: ERROR: function volatility_is(name, name, name[], text, text) does not exist
LINE 3: SELECT volatility_is(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:6011: ERROR: function _vol(name, name) does not exist
LINE 3: SELECT _func_compare($1, $2, _vol($1,
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:6021: ERROR: function volatility_is(name, name, text, text) does not exist
LINE 3: SELECT volatility_is(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:6027: ERROR: function _vol(name, name[]) does not exist
LINE 3: SELECT _func_compare(NULL, $1, $2, _vol($1, $2), _refine...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:6037: ERROR: function volatility_is(name, name[], text, text) does not exist
LINE 3: SELECT volatility_is(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:6043: ERROR: function _vol(name) does not exist
LINE 3: SELECT _func_compare(NULL, $1, _vol($1), _refine_vol($2)...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:6052: ERROR: function volatility_is(name, text, text) does not exist
LINE 3: SELECT volatility_is(
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
psql:pgtap.sql:8428: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky
^
psql:pgtap.sql:8437: ERROR: relation "tap_funky" does not exist
LINE 4: FROM tap_funky
^
psql:pgtap.sql:9705: ERROR: relation "tap_funky" does not exist