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

try to return a NULL::integer

parent 5163b179
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ declare ...@@ -40,7 +40,7 @@ declare
__community_type_council CONSTANT SMALLINT := 3; __community_type_council CONSTANT SMALLINT := 3;
BEGIN BEGIN
IF _block_num < _community_support_start_block THEN IF _block_num < _community_support_start_block THEN
RETURN QUERY ( SELECT FALSE, 0); RETURN QUERY ( SELECT FALSE, NULL::integer);
RETURN; -- extra return because a RETURN QUERY does not end the function RETURN; -- extra return because a RETURN QUERY does not end the function
END IF; END IF;
......
  • 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.
Finish editing this message first!
Please register or to comment