Skip to content
Snippets Groups Projects
Commit 5163b179 authored by Martin Lees's avatar Martin Lees
Browse files

test

parent 8e737f13
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ declare
__community_type_council CONSTANT SMALLINT := 3;
BEGIN
IF _block_num < _community_support_start_block THEN
RETURN QUERY ( SELECT FALSE, NULL);
RETURN QUERY ( SELECT FALSE, 0);
RETURN; -- extra return because a RETURN QUERY does not end the function
END IF;
......@@ -68,7 +68,6 @@ BEGIN
RETURN; -- extra return because a RETURN QUERY does not end the function
END IF;
END IF;
raise notice 'nique toi fdp';
RETURN QUERY ( SELECT FALSE, _community_id);
END;
$$;
......
  • Howo @howo

    mentioned in commit adaf0414

    ·

    mentioned in commit adaf0414

    Toggle commit list
  • Howo @howo

    mentioned in commit 20480803

    ·

    mentioned in commit 20480803

    Toggle commit list
  • Howo @howo

    mentioned in commit cd01716c

    ·

    mentioned in commit cd01716c

    Toggle commit list
  • Howo @howo

    mentioned in commit e88b39ff

    ·

    mentioned in commit e88b39ff

    Toggle commit list
  • Howo @howo

    mentioned in commit a3bd6741

    ·

    mentioned in commit a3bd6741

    Toggle commit list
  • Howo @howo

    mentioned in commit 13e985d4

    ·

    mentioned in commit 13e985d4

    Toggle commit list
  • Howo @howo

    mentioned in commit f9f460d7

    ·

    mentioned in commit f9f460d7

    Toggle commit list
  • Howo @howo

    mentioned in commit 80a3a3a1

    ·

    mentioned in commit 80a3a3a1

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment