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

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Move NON_EXEC_STATIC from c.h to postgres.h
Date: 2022-08-25 13:11:47
Message-ID: E1oRCeA-00196z-GK@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://www.postgresql.org/message-id/flat/a6a6b48e-ca0a-b58d-18de-98e40d94b842%40enterprisedb.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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2022-08-25 14:18:05 pgsql: Allow grant-level control of role inheritance behavior.
Previous Message Peter Eisentraut 2022-08-25 12:52:27 Re: pgsql: pg_dump: Dump colliculocale