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 f5c572a commit 1d3a161Copy full SHA for 1d3a161
src/bin/psql/copy.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
5
6
- * $PostgreSQL: pgsql/src/bin/psql/copy.c,v 1.79 2009/01/01 17:23:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/copy.c,v 1.80 2009/04/26 15:31:50 tgl Exp $
7
*/
8
#include "postgres_fe.h"
9
#include "copy.h"
@@ -26,10 +26,6 @@
26
#include "prompt.h"
27
#include "stringutils.h"
28
29
-#if defined(WIN32) && !defined(S_ISDIR)
30
-#define __S_ISTYPE(mode, mask) (((mode) & S_IFMT) == (mask))
31
-#define S_ISDIR(mode) __S_ISTYPE((mode), S_IFDIR)
32
-#endif
33
34
/*
35
* parse_slash_copy
0 commit comments