Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0337938

Browse files
author
Thomas G. Lockhart
committed
Add zpbit and varbit data types from Adrian Joubert
<a.joubert@albourne.com>.
1 parent 6a2d926 commit 0337938

File tree

7 files changed

+1155
-13
lines changed

7 files changed

+1155
-13
lines changed

src/backend/utils/adt/Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for utils/adt
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/utils/adt/Makefile,v 1.35 2000/02/27 12:02:32 wieck Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/utils/adt/Makefile,v 1.36 2000/04/08 02:12:54 thomas Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -29,7 +29,7 @@ OBJS = acl.o arrayfuncs.o arrayutils.o bool.o cash.o char.o chunk.o \
2929
misc.o nabstime.o name.o not_in.o numeric.o numutils.o \
3030
oid.o oracle_compat.o \
3131
regexp.o regproc.o ruleutils.o selfuncs.o sets.o \
32-
tid.o timestamp.o varchar.o varlena.o version.o \
32+
tid.o timestamp.o varbit.o varchar.o varlena.o version.o \
3333
network.o mac.o inet_net_ntop.o inet_net_pton.o \
3434
ri_triggers.o pg_lzcompress.o pg_locale.o formatting.o
3535

@@ -47,3 +47,6 @@ clean:
4747
ifeq (depend,$(wildcard depend))
4848
include depend
4949
endif
50+
51+
52+

0 commit comments

Comments
 (0)