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

Commit db30652

Browse files
committed
Initial implementation of lossy-tuple-bitmap data structures.
Not connected to anything useful yet ...
1 parent 18b9850 commit db30652

File tree

4 files changed

+840
-6
lines changed

4 files changed

+840
-6
lines changed

src/backend/nodes/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
# Makefile for backend/nodes
55
#
66
# IDENTIFICATION
7-
# $PostgreSQL: pgsql/src/backend/nodes/Makefile,v 1.17 2004/08/02 01:30:42 tgl Exp $
7+
# $PostgreSQL: pgsql/src/backend/nodes/Makefile,v 1.18 2005/04/17 22:24:02 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

1111
subdir = src/backend/nodes
1212
top_builddir = ../../..
1313
include $(top_builddir)/src/Makefile.global
1414

15-
OBJS = nodeFuncs.o nodes.o list.o bitmapset.o \
15+
OBJS = nodeFuncs.o nodes.o list.o bitmapset.o tidbitmap.o \
1616
copyfuncs.o equalfuncs.o makefuncs.o \
1717
outfuncs.o readfuncs.o print.o read.o params.o value.o
1818

0 commit comments

Comments
 (0)