PGDLLIMPORT'ify DateStyle and IntervalStyle. This is needed on Windows to support contrib/postgres_fdw. Although it's been broken since last March, we didn't notice until recently because there were no active buildfarm members that complained about missing PGDLLIMPORT marking. Efforts are underway to improve that situation, in support of which we're delaying fixing some other cases of global variables that should be marked PGDLLIMPORT. However, this case affects 9.3, so we can't wait any longer to fix it.
I chose to mark DateOrder as well, though it's not strictly necessary for postgres_fdw. Branch ------ REL9_3_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/d5a43a238e8179ef4d808acb920bdb7e8c1e3596 Modified Files -------------- src/include/miscadmin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
