Segfault-Inc / Multicorn

Data Access Library
https://multicorn.org/
PostgreSQL License
697 stars 145 forks source link

Compile for PG_12: Minor Corrections to headers and function #232

Closed ranjanprj closed 4 years ago

ranjanprj commented 4 years ago
  1. Correct references to the following header includes nodes/relation.h is now nodes/pathnodes.h optimizer/var.h is now optimizer/optimizer.h

  2. Add boolean parameter(false) to get_attname function in query.c

galuszkak commented 4 years ago

@ranjanprj this is addressed better in #231 . Closing this in favor of #231