We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e2446 commit a2190c9Copy full SHA for a2190c9
src/include/c.h
@@ -12,7 +12,7 @@
12
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
13
* Portions Copyright (c) 1994, Regents of the University of California
14
*
15
- * $Id: c.h,v 1.140 2003/04/25 01:24:00 momjian Exp $
+ * $Id: c.h,v 1.141 2003/04/25 16:18:40 momjian Exp $
16
17
*-------------------------------------------------------------------------
18
*/
@@ -714,7 +714,7 @@ off_t ftello(FILE *stream);
714
/*
715
* Win32 doesn't have reliable rename/unlink during concurrent access
716
717
-#ifdef WIN32
+#if defined(WIN32) && !defined(FRONTEND)
718
int pgrename(const char *from, const char *to);
719
int pgunlink(const char *path);
720
#define rename(path) pgrename(path)
0 commit comments