You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
147386: sql/parser: remove no longer used keywords r=yuzefovich a=yuzefovich
**plpgsql/parser: rename bazel target name for the package**
For some reason, Go library bazel target for the PLpgSQL parser package
was named `plpgparser`. This creates a problem with an attempt to add
a test that lives in `parser` (as opposed to `parser_test`), so rename
the target to `parser` which follows the convention elsewhere. (I
eventually decided against adding a test but thought it'd be nice to
clean things up.)
**sql/parser: remove no longer used keywords**
This commit removes a handful of unreserved keywords that are no longer
used. Additionally, it refactors existing `reserved_keywords.awk` into
a shell script that is run via a unit test to assert that no longer used
keywords get removed promptly. (I tried applying the same script to
PLpgSQL and JSONPath parsers, and it found nothing for the latter and
produced many false positives for the former, so I decided to not
include the corresponding test.)
Epic: None
Release note: None
Co-authored-by: Yahor Yuzefovich <[email protected]>
0 commit comments