citus/src/include/distributed/smart_hint.h

12 lines
210 B
C

#ifndef DISTRIBUTED_SMART_HINT_H
#define DISTRIBUTED_SMART_HINT_H
#include "postgres.h"
extern bool EnableHintAI;
extern void ReplaceCitusHintSmart(ErrorData *edata);
#endif /* DISTRIBUTED_SMART_HINT_H */