diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/commands/explain.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/commands/explain.h b/src/include/commands/explain.h index d7998c3178..84a73f9dec 100644 --- a/src/include/commands/explain.h +++ b/src/include/commands/explain.h @@ -31,6 +31,10 @@ typedef struct ExplainState bool analyze; /* print actual times */ bool costs; /* print costs */ bool buffers; /* print buffer usage */ +#ifdef PGXC + bool nodes; /* print nodes in RemoteQuery node */ + bool num_nodes; /* print number of nodes in RemoteQuery node */ +#endif /* PGXC */ ExplainFormat format; /* output format */ /* other states */ PlannedStmt *pstmt; /* top of plan */ |