1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-11 10:01:57 +03:00

Add zpbit and varbit data types from Adrian Joubert

<a.joubert@albourne.com>.
This commit is contained in:
Thomas G. Lockhart
2000-04-08 02:13:11 +00:00
parent 6a2d926933
commit 0337938fbf
7 changed files with 1155 additions and 13 deletions

View File

@ -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/