Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
212
/
root
/
opt
/
postgresql-9.6.10-201809281556
/
include
/
server
/
commands
/
//proc/212/root/opt/postgresql-9.6.10-201809281556/include/server/commands/discard.h
/*------------------------------------------------------------------------- * * discard.h * prototypes for discard.c. * * * Copyright (c) 1996-2016, PostgreSQL Global Development Group * * src/include/commands/discard.h * *------------------------------------------------------------------------- */ #ifndef DISCARD_H #define DISCARD_H #include "nodes/parsenodes.h" extern void DiscardCommand(DiscardStmt *stmt, bool isTopLevel); #endif /* DISCARD_H */