pgsql: Export a few more symbols required for test_shm_mq module. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Export a few more symbols required for test_shm_mq module.
Date
Msg-id E1W4cXo-0007HW-DB@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Export a few more symbols required for test_shm_mq module.

Patch from Amit Kapila.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7d7eee8bb702d7796a0d7c5886c1f4685f2e2806

Modified Files
--------------
src/include/miscadmin.h           |    2 +-
src/include/postmaster/bgworker.h |    2 +-
src/include/storage/shm_mq.h      |    2 +-
3 files changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix client-only installation
Next
From: Tom Lane
Date:
Subject: pgsql: Make various variables const (read-only).