vidardb / pgrocks-fdw

Bring RocksDB to PostgreSQL as an extension. It is the first foreign data wrapper (FDW) that introduces LSM-tree into PostgreSQL. The underneath storage engine can be RocksDB. The FDW also serves for VidarDB engine, a versatile storage engine for various workloads. See the link for more info about VidarDB engine.
https://www.vidardb.com
Apache License 2.0
122 stars 11 forks source link

improve linux compile issues #41

Closed youngerking1985 closed 2 years ago

youngerking1985 commented 2 years ago
  1. add support postgresql version 13
  2. add centos 7.6 compile
  3. add cmake project management
xingweitian commented 2 years ago

Thanks for the PR! We will review it and get back to you soon.

xingweitian commented 2 years ago

I tested cmake and it works well. However, the updated Makefile does not work for me. I still got the error:

This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.