Skip to content
Snippets Groups Projects
Commit a600605b authored by Bruce Momjian's avatar Bruce Momjian
Browse files

'PGDLLIMPORT' ShmemVariableCache, needed for pg_migrator.so function

linkage on Win32.

Tested by Hiroshi Saito
parent 1e06ed1a
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/include/access/transam.h,v 1.67 2009/01/01 17:23:56 momjian Exp $
* $PostgreSQL: pgsql/src/include/access/transam.h,v 1.68 2009/05/08 03:21:35 momjian Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -130,7 +130,7 @@ typedef VariableCacheData *VariableCache;
*/
/* in transam/varsup.c */
extern VariableCache ShmemVariableCache;
extern PGDLLIMPORT VariableCache ShmemVariableCache;
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment