citus/src/include
Jason Petersen 6a4cd9965c
Handle pg_analyze_and_rewrite signature change
Now requires a RawStmt rather than any old Node. Methods to parse DDL
into a list of Nodes now return a list of RawStmts; the old Nodes we
expect are available as one of their fields. ParseTreeRawStmt is used
in PostgreSQL 10 to obtain the RawStmt itself; the behavior of the old
ParseTreeNode is preserved and it always returns a simple Node.
2017-06-09 16:03:14 -06:00
..
distributed Handle pg_analyze_and_rewrite signature change 2017-06-09 16:03:14 -06:00
.gitignore Self-implemented review feedback 2017-04-03 22:55:12 -06:00
citus_config.h.in Self-implemented review feedback 2017-04-03 22:55:12 -06:00
citus_version.h.in Self-implemented review feedback 2017-04-03 22:55:12 -06:00