*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/utils/mmgr/mcxt.c,v 1.51 2004/09/16 20:17:33 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/mmgr/mcxt.c,v 1.52 2004/10/17 23:39:15 momjian Exp $
*
*-------------------------------------------------------------------------
*/
pfree(pointer);
}
-#endif /* WIN32 */
+#endif
* Win32 (NT, Win2k, XP). replace() doesn't work on Win95/98/Me.
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/port/dirmod.c,v 1.28 2004/10/11 22:50:48 momjian Exp $
+ * $PostgreSQL: pgsql/src/port/dirmod.c,v 1.29 2004/10/17 23:39:22 momjian Exp $
*
*-------------------------------------------------------------------------
*/
{
int loops = 0;
- /* Is this looped even necessary? */
+ /* Is this loop even necessary? */
#if defined(WIN32) && !defined(__CYGWIN__)
while (!MoveFileEx(from, to, MOVEFILE_REPLACE_EXISTING))
#endif
{
int loops = 0;
- /* Is this looped even necessary? */
+ /* Is this loop even necessary? */
while (unlink(path))
{
if (errno != EACCES)