From f9143d102ffd0947ca904c62b1d3d6fd587e0c80 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Tue, 29 Mar 2016 11:00:18 -0400 Subject: Rework custom scans to work more like the new extensible node stuff. Per discussion, the new extensible node framework is thought to be better designed than the custom path/scan/scanstate stuff we added in PostgreSQL 9.5. Rework the latter to be more like the former. This is not backward-compatible, but we generally don't promise that for C APIs, and there probably aren't many people using this yet anyway. KaiGai Kohei, reviewed by Petr Jelinek and me. Some further cosmetic changes by me. --- src/include/executor/nodeCustom.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/executor') diff --git a/src/include/executor/nodeCustom.h b/src/include/executor/nodeCustom.h index 410a3ad14db..9d0b3935288 100644 --- a/src/include/executor/nodeCustom.h +++ b/src/include/executor/nodeCustom.h @@ -14,6 +14,7 @@ #include "access/parallel.h" #include "nodes/execnodes.h" +#include "nodes/extensible.h" /* * General executor code -- cgit v1.2.3