pgsql: Move NON_EXEC_STATIC from c.h to postgres.h

Started by Peter Eisentrautalmost 4 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

Move NON_EXEC_STATIC from c.h to postgres.h

It is not needed at the scope of c.h, only in backend code.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: /messages/by-id/a6a6b48e-ca0a-b58d-18de-98e40d94b842@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2059c5e3b06545e7d0650dba9c665332374c3c21

Modified Files
--------------
src/include/c.h | 7 -------
src/include/postgres.h | 20 ++++++++++++++++++++
2 files changed, 20 insertions(+), 7 deletions(-)