-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plpgsql: implement parsing for RAISE statements
This patch adds parser support for PLpgSQL `RAISE` statements. This includes all syntax forms apart from the empty `RAISE`, which is only valid in combination with (currently unimplemented) `EXCEPTION` blocks. A future commit will add support in the optbuilder as well. Informs #105251 Release note: None
- Loading branch information
1 parent
3f12d60
commit df37e00
Showing
4 changed files
with
264 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.