From: Andres Freund Date: Thu, 1 May 2014 17:10:57 +0000 (+0200) Subject: deparse/core: PGDLLIMPORT creating_extension X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=10bd969817aa57164274e2d976b8df8319e9d8ab;p=users%2Fandresfreund%2Fpostgres.git deparse/core: PGDLLIMPORT creating_extension --- diff --git a/src/include/commands/extension.h b/src/include/commands/extension.h index 2cf784b455..6e533201f8 100644 --- a/src/include/commands/extension.h +++ b/src/include/commands/extension.h @@ -23,7 +23,7 @@ * on the current pg_extension object for each SQL object created by its * installation script. */ -extern bool creating_extension; +extern PGDLLIMPORT bool creating_extension; extern Oid CurrentExtensionObject;