提交 e73351bb 编写于 作者: D Daniel Gustafsson

Fix bfv_catalog test by ignoring potential error in language creation

We shouldn't error out if plpythonu already exists, it's required for
the test to run but it's not the thing we're testing here.
上级 20ac0be1
-- count number of certain operators in a given plan
-- start_ignore
create language plpythonu;
-- end_ignore
create or replace function count_operator(explain_query text, operator text) returns int as
$$
rv = plpy.execute(explain_query)
......
-- count number of certain operators in a given plan
-- start_ignore
create language plpythonu;
-- end_ignore
create or replace function count_operator(explain_query text, operator text) returns int as
$$
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册