#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 */