Current section
Files
Jump to
Current section
Files
c_src/libpg_query/src/pg_query_readfuncs.h
#ifndef PG_QUERY_READFUNCS_H
#define PG_QUERY_READFUNCS_H
#include "pg_query.h"
#include "postgres.h"
#include "nodes/pg_list.h"
List * pg_query_protobuf_to_nodes(PgQueryProtobuf protobuf);
#endif