diff options
Diffstat (limited to 'src/include/utils/lztext.h')
-rw-r--r-- | src/include/utils/lztext.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/include/utils/lztext.h b/src/include/utils/lztext.h index 8936ffb133d..be57c7478b7 100644 --- a/src/include/utils/lztext.h +++ b/src/include/utils/lztext.h @@ -1,7 +1,7 @@ /* ---------- * lztext.h * - * $Header: /cvsroot/pgsql/src/include/utils/Attic/lztext.h,v 1.3 2000/04/12 17:16:55 momjian Exp $ + * $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 * ---------- @@ -10,13 +10,10 @@ #ifndef _LZTEXT_H_ #define _LZTEXT_H_ -#include "utils/pg_lzcompress.h" - - /* ---------- - * The internal storage format of an LZ compressed text field + * The internal storage format of an LZ compressed text field is varattrib * ---------- */ -typedef PGLZ_Header lztext; +typedef varattrib lztext; #endif /* _LZTEXT_H_ */ |