Skip to content

Commit

Permalink
Bugfix LOGICAL_SLOT_SUFFIX regex (#532)
Browse files Browse the repository at this point in the history
Co-authored-by: Bartosz Pijet <[email protected]>
  • Loading branch information
bartoszpijet and Bartosz Pijet authored Jun 11, 2024
1 parent 282bb1b commit ff14226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgsync/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,5 @@
r"table\s\"?(?P<schema>[\w-]+)\"?.\"?(?P<table>[\w-]+)\"?:\s(?P<tg_op>[A-Z]+):" # noqa E501
)
LOGICAL_SLOT_SUFFIX = re.compile(
'\s(?P<key>"?\w+"?)\[(?P<type>[\w\s]+)\]:(?P<value>[\w\'"\-]+)'
'\s(?P<key>"?\w+"?)\[(?P<type>[\w\s]+)\]:(?P<value>[\w\'"\-\\.\\+]+)'
)

0 comments on commit ff14226

Please sign in to comment.