mirror of
https://github.com/postgres/postgres.git
synced 2025-05-24 00:03:23 -04:00
regexp_split_to_table() within a single query. This is only a partial solution, as it turns out that with enough matches per string these functions can also tickle a repalloc() misbehavior. But fixing that is a topic for a separate patch.