Conversation
|
@lfittl Any chance we could get this back-ported to |
This fixes strchrnul compatibility on macOS 15.4+
941bbd8 to
61646f0
Compare
It would be a decent amount of extra effort, since those are older parser versions too (where we'd have to update to the corresponding Postgres sources, etc). Is there a reason you can't upgrade? The parser is generally compatible with older releases (so it shouldn't be an issue to be on pg_query 6.1.0 even when running against Postgres 14 type queries), the only concern could potentially be if you rely on any APIs that changed between the releases. |
Ah! That's nice, then I think we're good. Thank you! 🙏🏻 |
This fixes strchrnul compatibility on macOS 15.4+
Note that the libpg_query release is technically not tagged yet (but this branch could be used in the interim), I plan to make a libpg_query release within the next day, and then release a new pg_query version as well.
Fixes #327