Fixed undeclared error

This commit is contained in:
Andrew Kane
2022-01-29 23:28:23 -08:00
parent fc1de9806a
commit 5d2c4883dc

View File

@@ -16,6 +16,10 @@
#if PG_VERSION_NUM >= 120000
#include "access/tableam.h"
#include "commands/progress.h"
#else
#define PROGRESS_CREATEIDX_SUBPHASE 0
#define PROGRESS_CREATEIDX_TUPLES_TOTAL 0
#define PROGRESS_CREATEIDX_TUPLES_DONE 0
#endif
#if PG_VERSION_NUM >= 110000