Closed alloy closed 9 years ago
For some reason the c.h PG header is not being included when building on older Rubies. Explicitely adding the base postgres.h header which includes the c.h header fixes it.
c.h
postgres.h
Here are the build logs before and after https://gist.github.com/alloy/23a6b235d35a346f4415
FYI This is the header in question https://github.com/postgres/postgres/blob/master/src/include/c.h
This is a lovely PR!
:+1:
For some reason the
c.h
PG header is not being included when building on older Rubies. Explicitely adding the basepostgres.h
header which includes thec.h
header fixes it.Here are the build logs before and after https://gist.github.com/alloy/23a6b235d35a346f4415