Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

падает на многострочном raise warning #63

Closed
4orbit opened this issue Dec 9, 2019 · 1 comment
Closed

падает на многострочном raise warning #63

4orbit opened this issue Dec 9, 2019 · 1 comment

Comments

@4orbit
Copy link

4orbit commented Dec 9, 2019

падает на функции с многострочным raise warning такого вида:

    if __row_count <> coalesce (array_length (_id_list, 1), 0) then
        raise warning 'некоторые записи аномально исчезли из xxxx_xxxxx.fwd_queue . '
                        'либо они были удалены вручную умышленно (это нормально!), '
                        'либо два некорректно-настроенных сервиса одновременно обрабатывают одинаковые записи очереди (это плохо!): '
                        '% %',
               __row_count,
               coalesce (array_length (_id_list, 1));
    end if;

пишет:

!ENTRY apgdiff 2 0 2019-12-09 10:24:43.485
!MESSAGE ANTLR Error:
function definition of done_fwd_queue line 73:24 mismatched input ''либо они были удалены вручную умышленно (это нормально!), '' expecting USING, ';', ','
@AXEPOH
Copy link
Contributor

AXEPOH commented Jan 27, 2020

Исправлено в 35d820a

@AXEPOH AXEPOH closed this as completed Jan 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants