aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-04-24 16:40:17 +0000
committerBruce Momjian <bruce@momjian.us>2003-04-24 16:40:17 +0000
commit3126c78b1a7131ee93062a8bbce76377cf7f4024 (patch)
treee275b57cb17b0323500e47fedec3539fcefe0044 /src
parent5dc844b75cbd1f4d01dfbc1c154af5e861972036 (diff)
downloadpostgresql-3126c78b1a7131ee93062a8bbce76377cf7f4024.tar.gz
postgresql-3126c78b1a7131ee93062a8bbce76377cf7f4024.zip
Add comments to replace/unlink Win32 functions.
Diffstat (limited to 'src')
-rw-r--r--src/port/dirmod.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/port/dirmod.c b/src/port/dirmod.c
index 15afbc1d217..e44ecc5edff 100644
--- a/src/port/dirmod.c
+++ b/src/port/dirmod.c
@@ -1,3 +1,9 @@
+/*
+ * These are replacement versions of unlink and rename that work on
+ * Win32 (NT, Win2k, XP). replace() doesn't work on Win95/98/Me.
+ *
+ */
+
#ifndef TEST_VERSION
#undef rename