|
PostgreSQL Source Code git master
|
#include "nodes/parsenodes.h"

Go to the source code of this file.
Functions | |
| void | DiscardCommand (DiscardStmt *stmt, bool isTopLevel) |
| void DiscardCommand | ( | DiscardStmt * | stmt, |
| bool | isTopLevel | ||
| ) |
Definition at line 31 of file discard.c.
References DISCARD_ALL, DISCARD_PLANS, DISCARD_SEQUENCES, DISCARD_TEMP, DiscardAll(), elog, ERROR, ResetPlanCache(), ResetSequenceCaches(), ResetTempTableNamespace(), and stmt.
Referenced by standard_ProcessUtility().