1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-20 00:42:27 +03:00

pg_overexplain: Use PG_MODULE_MAGIC_EXT.

I committed this contrib module just after Tom committed
55527368bd07248e91e3d37a782bf66b76f06865; adjust it to match.

Author: Man Zeng <zengman@halodbtech.com>
Discussion: http://postgr.es/m/174313513707.60295.16516085012903412705.pgcf@coridan.postgresql.org
This commit is contained in:
Robert Haas 2025-03-28 09:16:29 -04:00
parent 9f0c36aea0
commit 83ccc85859

View File

@ -21,7 +21,10 @@
#include "utils/builtins.h" #include "utils/builtins.h"
#include "utils/lsyscache.h" #include "utils/lsyscache.h"
PG_MODULE_MAGIC; PG_MODULE_MAGIC_EXT(
.name = "pg_overexplain",
.version = PG_VERSION
);
typedef struct typedef struct
{ {