1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-25 12:03:53 +03:00

Export a few more symbols required for test_shm_mq module.

Patch from Amit Kapila.
This commit is contained in:
Andrew Dunstan
2014-01-18 15:29:45 -05:00
parent ad6bf0291a
commit 7d7eee8bb7
3 changed files with 3 additions and 3 deletions

View File

@@ -65,6 +65,6 @@ extern shm_mq_result shm_mq_receive(shm_mq_handle *mqh,
extern shm_mq_result shm_mq_wait_for_attach(shm_mq_handle *mqh);
/* Smallest possible queue. */
extern const Size shm_mq_minimum_size;
extern PGDLLIMPORT const Size shm_mq_minimum_size;
#endif /* SHM_MQ_H */