diff options
Diffstat (limited to 'contrib/tsm_system_rows/tsm_system_rows.c')
-rw-r--r-- | contrib/tsm_system_rows/tsm_system_rows.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/tsm_system_rows/tsm_system_rows.c b/contrib/tsm_system_rows/tsm_system_rows.c index 0c65763d37e..f401efa2131 100644 --- a/contrib/tsm_system_rows/tsm_system_rows.c +++ b/contrib/tsm_system_rows/tsm_system_rows.c @@ -34,7 +34,10 @@ #include "optimizer/optimizer.h" #include "utils/sampling.h" -PG_MODULE_MAGIC; +PG_MODULE_MAGIC_EXT( + .name = "tsm_system_rows", + .version = PG_VERSION +); PG_FUNCTION_INFO_V1(tsm_system_rows_handler); |