Why is CacheMemoryContext declared DLLIMPORT in one place and not in another?

From: "Dann Corbit" <DCorbit(at)connx(dot)com>
To: "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>
Subject: Why is CacheMemoryContext declared DLLIMPORT in one place and not in another?
Date: 2002-06-18 19:36:20
Message-ID: D90A5A6C612A39408103E6ECDD77B82920CF78@voyager.corporate.connx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Yuva Chandolu 2002-06-18 19:36:45 String index out of range: 23 problem with timestamp milliseconds
Previous Message Yuva Chandolu 2002-06-18 18:50:33 String index out of range: 23 problem with timestamp