aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/backend/snowball/dict_snowball.c1
-rw-r--r--src/pl/plperl/plperl.c1
-rw-r--r--src/tutorial/complex.c1
-rw-r--r--src/tutorial/funcs.c1
-rw-r--r--src/tutorial/funcs_new.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/src/backend/snowball/dict_snowball.c b/src/backend/snowball/dict_snowball.c
index 37d2966359f..545c98c9c62 100644
--- a/src/backend/snowball/dict_snowball.c
+++ b/src/backend/snowball/dict_snowball.c
@@ -58,7 +58,6 @@
#include "snowball/libstemmer/stem_UTF_8_swedish.h"
#include "snowball/libstemmer/stem_UTF_8_turkish.h"
-
PG_MODULE_MAGIC;
PG_FUNCTION_INFO_V1(dsnowball_init);
diff --git a/src/pl/plperl/plperl.c b/src/pl/plperl/plperl.c
index d57189fe1e4..1d025d46533 100644
--- a/src/pl/plperl/plperl.c
+++ b/src/pl/plperl/plperl.c
@@ -60,7 +60,6 @@ EXTERN_C void boot_PostgreSQL__InServer__SPI(pTHX_ CV *cv);
PG_MODULE_MAGIC;
-
/**********************************************************************
* Information associated with a Perl interpreter. We have one interpreter
* that is used for all plperlu (untrusted) functions. For plperl (trusted)
diff --git a/src/tutorial/complex.c b/src/tutorial/complex.c
index 922784004ea..a263110cd2d 100644
--- a/src/tutorial/complex.c
+++ b/src/tutorial/complex.c
@@ -12,7 +12,6 @@
#include "fmgr.h"
#include "libpq/pqformat.h" /* needed for send/recv functions */
-
PG_MODULE_MAGIC;
typedef struct Complex
diff --git a/src/tutorial/funcs.c b/src/tutorial/funcs.c
index e5812758566..61ad1417a86 100644
--- a/src/tutorial/funcs.c
+++ b/src/tutorial/funcs.c
@@ -18,7 +18,6 @@
PG_MODULE_MAGIC;
-
/* These prototypes just prevent possible warnings from gcc. */
int add_one(int arg);
diff --git a/src/tutorial/funcs_new.c b/src/tutorial/funcs_new.c
index c8ef458226b..abe409b8591 100644
--- a/src/tutorial/funcs_new.c
+++ b/src/tutorial/funcs_new.c
@@ -16,7 +16,6 @@
#include "executor/executor.h" /* for GetAttributeByName() */
#include "utils/geo_decls.h" /* for point type */
-
PG_MODULE_MAGIC;
/* These prototypes just prevent possible warnings from gcc. */