diff options
Diffstat (limited to 'contrib/test_shm_mq/test.c')
-rw-r--r-- | contrib/test_shm_mq/test.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/test_shm_mq/test.c b/contrib/test_shm_mq/test.c index 8750bae8dbf..95d620f7569 100644 --- a/contrib/test_shm_mq/test.c +++ b/contrib/test_shm_mq/test.c @@ -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); |