mirror of https://github.com/citusdata/citus.git
make multi_test_helpers re-runable
parent
b7c5797d0f
commit
f9b6863bf7
|
|
@ -724,7 +724,7 @@ END; $$ language plpgsql;
|
||||||
-- ignore details such as exact costs or row counts. These filter
|
-- ignore details such as exact costs or row counts. These filter
|
||||||
-- functions replace changeable output details with fixed strings.
|
-- functions replace changeable output details with fixed strings.
|
||||||
-- Copied from PG explain.sql
|
-- Copied from PG explain.sql
|
||||||
create function explain_filter(text) returns setof text
|
create or replace function explain_filter(text) returns setof text
|
||||||
language plpgsql as
|
language plpgsql as
|
||||||
$$
|
$$
|
||||||
declare
|
declare
|
||||||
|
|
|
||||||
|
|
@ -755,7 +755,7 @@ END; $$ language plpgsql;
|
||||||
-- functions replace changeable output details with fixed strings.
|
-- functions replace changeable output details with fixed strings.
|
||||||
-- Copied from PG explain.sql
|
-- Copied from PG explain.sql
|
||||||
|
|
||||||
create function explain_filter(text) returns setof text
|
create or replace function explain_filter(text) returns setof text
|
||||||
language plpgsql as
|
language plpgsql as
|
||||||
$$
|
$$
|
||||||
declare
|
declare
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue