Include dependency graph for discard.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Function Documentation
◆ DiscardCommand()
Definition at line 31 of file discard.c.
32{
34 {
37 break;
38
41 break;
42
45 break;
46
49 break;
50
51 default:
53 }
54}
void ResetSequenceCaches(void)
static void DiscardAll(bool isTopLevel)
void ResetTempTableNamespace(void)
void ResetPlanCache(void)
References DISCARD_ALL, DISCARD_PLANS, DISCARD_SEQUENCES, DISCARD_TEMP, DiscardAll(), elog, ERROR, ResetPlanCache(), ResetSequenceCaches(), ResetTempTableNamespace(), and stmt.
Referenced by standard_ProcessUtility().