summaryrefslogtreecommitdiff
path: root/contrib/test_shm_mq/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/test_shm_mq/test.c')
-rw-r--r--contrib/test_shm_mq/test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/test_shm_mq/test.c b/contrib/test_shm_mq/test.c
index 5ff1e9a63f..1832e1d1db 100644
--- a/contrib/test_shm_mq/test.c
+++ b/contrib/test_shm_mq/test.c
@@ -23,8 +23,6 @@ PG_FUNCTION_INFO_V1(test_shm_mq);
PG_FUNCTION_INFO_V1(test_shm_mq_pipelined);
void _PG_init(void);
-Datum test_shm_mq(PG_FUNCTION_ARGS);
-Datum test_shm_mq_pipelined(PG_FUNCTION_ARGS);
static void verify_message(Size origlen, char *origdata, Size newlen,
char *newdata);