Add missing PG_MODULE_MAGIC to database function source

This commit is contained in:
Tom Hughes 2022-02-27 11:35:31 +00:00
parent 1f14f2c9de
commit f76dfc77b8

View file

@ -23,3 +23,7 @@ PG_FUNCTION_INFO_V1(tile_for_point);
*
* (without all the *s)
*/
#ifdef PG_MODULE_MAGIC
PG_MODULE_MAGIC;
#endif