Add missing PG_MODULE_MAGIC to database function source
This commit is contained in:
parent
1f14f2c9de
commit
f76dfc77b8
1 changed files with 4 additions and 0 deletions
|
@ -23,3 +23,7 @@ PG_FUNCTION_INFO_V1(tile_for_point);
|
|||
*
|
||||
* (without all the *s)
|
||||
*/
|
||||
|
||||
#ifdef PG_MODULE_MAGIC
|
||||
PG_MODULE_MAGIC;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue