aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/fd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/fd.h')
-rw-r--r--src/include/storage/fd.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/storage/fd.h b/src/include/storage/fd.h
index d1867bd6106..6bb690c3f57 100644
--- a/src/include/storage/fd.h
+++ b/src/include/storage/fd.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: fd.h,v 1.28 2001/05/25 15:34:50 momjian Exp $
+ * $Id: fd.h,v 1.29 2001/05/25 15:45:34 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -39,8 +39,6 @@
* FileSeek uses the standard UNIX lseek(2) flags.
*/
-#define SORT_TEMP_DIR "pg_sorttemp"
-
typedef char *FileName;
typedef int File;