fix symbol

This commit is contained in:
TotaJ
2021-04-29 19:52:03 +08:00
parent 4eeef6c1c1
commit 0dc5dda592

View File

@ -367,7 +367,7 @@ CachedPlanSource* CreateOneShotCachedPlan(Node* raw_parse_tree, const char* quer
#endif
#ifdef PGXC
plansource->stream_enabled = IsStreamSupport();;
plansource->stream_enabled = IsStreamSupport();
plansource->cplan = NULL;
plansource->single_exec_node = NULL;
plansource->is_read_only = false;