pgsql: Mark wal_level as PGDLLIMPORT. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Mark wal_level as PGDLLIMPORT.
Date
Msg-id E1b5OtC-0003I1-8s@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Mark wal_level as PGDLLIMPORT.

Per buildfarm, this is needed to allow extensions to use XLogIsNeeded()
in Windows builds.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f5e7b2f910b7cdb51b7369c76627998432ab6821

Modified Files
--------------
src/include/access/xlog.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix contrib/bloom to work for unlogged indexes.
Next
From: Stephen Frost
Date:
Subject: pgsql: Do not DROP default roles in pg_dumpall -c