]> granicus.if.org Git - postgis/commit
Put PostgreSQL module related code in a new postgis_module.c file
authorSandro Santilli <strk@keybit.net>
Wed, 21 Dec 2011 14:03:47 +0000 (14:03 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 21 Dec 2011 14:03:47 +0000 (14:03 +0000)
commit2ac2290fd3023d707b520c3e8d2d7bfa69cd0d53
tree02b6fa88e5150145f26206d05e8cde528c22fb41
parent7e34252734186d45b24f433e9ccff07cdabddd60
Put PostgreSQL module related code in a new postgis_module.c file

Beside the existing MODULE_MAGIC macro we now also have
_PG_init and _PG_fini which are called at module load and unload.
Such functions may be used to deal with GUC (and sample code for
that is stubbed already). See #1393.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8486 b70326c6-7e19-0410-871a-916f4a2858ee
postgis/Makefile.in
postgis/lwgeom_functions_basic.c
postgis/postgis_module.c [new file with mode: 0644]