diff options
author | Bruce Momjian <bruce@momjian.us> | 2014-07-10 14:02:08 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2014-07-10 14:02:08 -0400 |
commit | 6a605cd6bd9f689b35676623add0de9b90978bf1 (patch) | |
tree | a7876f3ecd6b6c56ffffd68fbaf60d69117dfaf7 /contrib/postgres_fdw/postgres_fdw.c | |
parent | 5b214c5dd1de37764797b3fb9164af3c885a7b86 (diff) | |
download | postgresql-6a605cd6bd9f689b35676623add0de9b90978bf1.tar.gz postgresql-6a605cd6bd9f689b35676623add0de9b90978bf1.zip |
Adjust blank lines around PG_MODULE_MAGIC defines, for consistency
Report by Robert Haas
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
-rw-r--r-- | contrib/postgres_fdw/postgres_fdw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/postgres_fdw/postgres_fdw.c b/contrib/postgres_fdw/postgres_fdw.c index 7dd43a99379..56374905f5b 100644 --- a/contrib/postgres_fdw/postgres_fdw.c +++ b/contrib/postgres_fdw/postgres_fdw.c @@ -37,7 +37,6 @@ #include "utils/lsyscache.h" #include "utils/memutils.h" - PG_MODULE_MAGIC; /* Default CPU cost to start up a foreign query. */ |