aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/plhandler.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/plhandler.sgml')
-rw-r--r--doc/src/sgml/plhandler.sgml2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/src/sgml/plhandler.sgml b/doc/src/sgml/plhandler.sgml
index 57a2a05ed27..2573e677434 100644
--- a/doc/src/sgml/plhandler.sgml
+++ b/doc/src/sgml/plhandler.sgml
@@ -108,9 +108,7 @@
#include "catalog/pg_proc.h"
#include "catalog/pg_type.h"
-#ifdef PG_MODULE_MAGIC
PG_MODULE_MAGIC;
-#endif
PG_FUNCTION_INFO_V1(plsample_call_handler);