mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 02:02:55 +03:00
Hi,
I have solved some problems with dynamic loading on NT. It is possible
to
run succesfully both trigger and plpgsql regression tests. The patch is
in
the included file "diff".
Dan
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: mcxt.h,v 1.13 1999/03/07 23:03:31 tgl Exp $
|
||||
* $Id: mcxt.h,v 1.14 1999/03/22 16:45:28 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -22,7 +22,7 @@ typedef struct MemoryContextData *MemoryContext;
|
||||
typedef struct GlobalMemoryData *GlobalMemory;
|
||||
|
||||
|
||||
extern MemoryContext CurrentMemoryContext;
|
||||
extern DLLIMPORT MemoryContext CurrentMemoryContext;
|
||||
extern MemoryContext TopMemoryContext;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user