summaryrefslogtreecommitdiff
path: root/src/include/utils/lztext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/lztext.h')
-rw-r--r--src/include/utils/lztext.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/include/utils/lztext.h b/src/include/utils/lztext.h
deleted file mode 100644
index be57c7478b..0000000000
--- a/src/include/utils/lztext.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/* ----------
- * lztext.h
- *
- * $Header: /cvsroot/pgsql/src/include/utils/Attic/lztext.h,v 1.4 2000/07/03 23:10:14 wieck Exp $
- *
- * Definitions for the lztext compressed data type
- * ----------
- */
-
-#ifndef _LZTEXT_H_
-#define _LZTEXT_H_
-
-/* ----------
- * The internal storage format of an LZ compressed text field is varattrib
- * ----------
- */
-typedef varattrib lztext;
-
-#endif /* _LZTEXT_H_ */