Why is CacheMemoryContext declared DLLIMPORT in one place and not in another? - Mailing list pgsql-hackers

From Dann Corbit
Subject Why is CacheMemoryContext declared DLLIMPORT in one place and not in another?
Date
Msg-id D90A5A6C612A39408103E6ECDD77B82920CF78@voyager.corporate.connx.com
Whole thread Raw
Responses Re: Why is CacheMemoryContext declared DLLIMPORT in one place and not in another?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
PostgreSQL 7.2.1...
We have:
C:\CYGWIN\USR\SRC\POSTGRESQL-7.2.1-1\src\include\utils\catcache.h(84):ex
tern MemoryContext CacheMemoryContext;
C:\CYGWIN\USR\SRC\POSTGRESQL-7.2.1-1\src\include\utils\memutils.h(70):ex
tern DLLIMPORT MemoryContext CacheMemoryContext;

They cannot both be correct.  Which is correct?


pgsql-hackers by date:

Previous
From: Yuva Chandolu
Date:
Subject: String index out of range: 23 problem with timestamp
Next
From: Yuva Chandolu
Date:
Subject: String index out of range: 23 problem with timestamp milliseconds