From ff400ce5f1edba94869f2181d1759abdfe24aa4a Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sat, 12 Feb 2022 23:56:28 -0800 Subject: [PATCH] Use macro for UpdateProgress --- src/ivfbuild.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/ivfbuild.c b/src/ivfbuild.c index 65e4f38..a106246 100644 --- a/src/ivfbuild.c +++ b/src/ivfbuild.c @@ -36,16 +36,11 @@ #define CALLBACK_ITEM_POINTER HeapTuple hup #endif -/* - * Update build phase progress - */ -static inline void -UpdateProgress(int index, int64 val) -{ #if PG_VERSION_NUM >= 120000 - pgstat_progress_update_param(index, val); +#define UpdateProgress(index, val) pgstat_progress_update_param(index, val) +#else +#define UpdateProgress(index, val) ((void)val) #endif -} /* * Callback for sampling