diff options
Diffstat (limited to 'src/port/copydir.c')
-rw-r--r-- | src/port/copydir.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/copydir.c b/src/port/copydir.c index 4310f2a7098..8e0601e6674 100644 --- a/src/port/copydir.c +++ b/src/port/copydir.c @@ -11,7 +11,7 @@ * as a service. * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/copydir.c,v 1.19 2007/01/05 22:20:02 momjian Exp $ + * $PostgreSQL: pgsql/src/port/copydir.c,v 1.20 2007/07/25 12:22:54 mha Exp $ * *------------------------------------------------------------------------- */ @@ -26,7 +26,7 @@ /* * On Windows, call non-macro versions of palloc; we can't reference - * CurrentMemoryContext in this file because of DLLIMPORT conflict. + * CurrentMemoryContext in this file because of PGDLLIMPORT conflict. */ #if defined(WIN32) || defined(__CYGWIN__) #undef palloc |