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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user