1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Adjust blank lines around PG_MODULE_MAGIC defines, for consistency

Report by Robert Haas
This commit is contained in:
Bruce Momjian
2014-07-10 14:02:08 -04:00
parent 5b214c5dd1
commit 6a605cd6bd
24 changed files with 3 additions and 27 deletions

View File

@ -18,7 +18,9 @@
#include "test_shm_mq.h"
PG_MODULE_MAGIC; PG_FUNCTION_INFO_V1(test_shm_mq);
PG_MODULE_MAGIC;
PG_FUNCTION_INFO_V1(test_shm_mq);
PG_FUNCTION_INFO_V1(test_shm_mq_pipelined);
void _PG_init(void);