diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 2000-04-08 02:13:11 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 2000-04-08 02:13:11 +0000 |
commit | 0337938fbfee45a2406b12e34cc594e72af58c3c (patch) | |
tree | 742177886e2c4a8c12b91b526405d21cb4eec4fa /src/include/utils/builtins.h | |
parent | 6a2d926933d6d67147f4b624b1401eebdd1c33ce (diff) | |
download | postgresql-0337938fbfee45a2406b12e34cc594e72af58c3c.tar.gz postgresql-0337938fbfee45a2406b12e34cc594e72af58c3c.zip |
Add zpbit and varbit data types from Adrian Joubert
<a.joubert@albourne.com>.
Diffstat (limited to 'src/include/utils/builtins.h')
-rw-r--r-- | src/include/utils/builtins.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/utils/builtins.h b/src/include/utils/builtins.h index 4e6cbaaace0..270187e9173 100644 --- a/src/include/utils/builtins.h +++ b/src/include/utils/builtins.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: builtins.h,v 1.108 2000/04/07 13:40:12 thomas Exp $ + * $Id: builtins.h,v 1.109 2000/04/08 02:13:10 thomas Exp $ * * NOTES * This should normally only be included by fmgr.h. @@ -36,6 +36,7 @@ #include "utils/nabstime.h" #include "utils/date.h" #include "utils/lztext.h" +#include "utils/varbit.h" /* * Defined in adt/ |