pganalyze / libpg_query

C library for accessing the PostgreSQL parser outside of the server environment
BSD 3-Clause "New" or "Revised" License
1.21k stars 182 forks source link

pg_config.h: NetBSD support #172

Closed bsiegert closed 1 year ago

bsiegert commented 1 year ago

This is the same as pganalyze/pg_query_go#72 except one level higher.

NetBSD has strchrnul too but with a slightly different prototype. Without this change, there is a compiler error for a conflicting declaration.

bsiegert commented 1 year ago

Can someone merge this, because I cannot :)

lfittl commented 1 year ago

Can someone merge this, because I cannot :)

Looks like there was a seemingly random build failure - will merge after thats resolved (hopefully on a re-run, that I started just now).