kDB: Knowledge DataBase
Loading...
Searching...
No Matches
postgresql_p.h
1extern "C"
2{
3#undef foreach
4#include <postgres.h>
5#include <postgres_fe.h>
6#include <utils/elog.h>
7
8// Must be included after the others
9#include <catalog/pg_type.h>
10}