postgresql/contrib/test_shm_mq
Robert Haas d89746c7c5 Fix compiler warning.
Kevin Gritter reports that his compiler complains about inq and outq
being possibly-uninitialized at the point where they are passed to
shm_mq_attach().  They are initialized by the call to
setup_dynamic_shared_memory, but apparently his compiler is inlining
that function and then having doubts about whether the for loop will
always execute at least once.  Fix by initializing them to NULL.
2014-01-15 10:24:28 -05:00
..
expected
sql
.gitignore
Makefile
setup.c Fix compiler warning. 2014-01-15 10:24:28 -05:00
test_shm_mq--1.0.sql
test_shm_mq.control
test_shm_mq.h
test.c
worker.c