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

Remove limits.h from pg_query_deparse.c #181

Closed yrashk closed 1 year ago

yrashk commented 1 year ago

It is (no longer?) needed for the file to be compiled

Closes #176