mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Attached are the C-routines that implement a BIT and BIT VARYING type.
Adriaan Joubert
This commit is contained in:
10
contrib/bit/Makefile
Normal file
10
contrib/bit/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
CFLAGS = -g
|
||||
|
||||
varbit: vartest.o varbit.o
|
||||
$(CC) $(CFLAGS) -o $@ $^
|
||||
|
||||
varbit.o: varbit.c varbit.h
|
||||
vartest.o: vartest.c varbit.h
|
||||
|
||||
clean:
|
||||
rm -f *.o varbit
|
Reference in New Issue
Block a user