|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| struct ExprContext_CB * | next |
| ExprContextCallbackFunction | function |
| Datum | arg |
Definition at line 251 of file execnodes.h.
| Datum ExprContext_CB::arg |
Definition at line 255 of file execnodes.h.
| ExprContextCallbackFunction ExprContext_CB::function |
Definition at line 254 of file execnodes.h.
Referenced by RegisterExprContextCallback(), and ShutdownExprContext().
| struct ExprContext_CB* ExprContext_CB::next |
Definition at line 253 of file execnodes.h.
Referenced by ShutdownExprContext(), and UnregisterExprContextCallback().