Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit21388f9

Browse files
Stamp for TSVector postgres type
1 parent5d1bde4 commit21388f9

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

‎Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ blobstamper/stamp_dict.o \
1414
blobstamper/galley.o\
1515
blobstamper/dict.o\
1616
blobstamper/stamp_pg_type_geo.o\
17-
17+
blobstamper/stamp_pg_type_ts.o\
1818

1919
WRAPPERS_OBJ = pg_op_wrappers.o
2020

‎blobstamper/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ stamp_dict.o \
77
galley.o\
88
dict.o\
99
stamp_pg_type_geo.o\
10-
10+
stamp_pg_type_ts.o\
1111

1212

1313
%.o:%.cpp$(DEPS)

‎t/Makefile‎

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@ DEBUG := -ggdb3 -DDEBUG
66
CXXFLAGS :=$(DEBUG)$(WARNINGS) -fPIC
77
PREFIX := /usr/local
88
LIBRARY_VAR := LD_LIBRARY_PATH
9-
TEST_GOALS := ./00-sanity.t ./001-blob-generic.t ./100-stamp-base.t ./110-stamp-atomic.t ./120-stamp_dict.t ./200-dict.t ./300-galley.t ./500-stamp-pg-type-geo.t ./700-wrapper-pg-type-geo.t
9+
TEST_GOALS := ./00-sanity.t\
10+
./001-blob-generic.t\
11+
./100-stamp-base.t\
12+
./110-stamp-atomic.t\
13+
./120-stamp_dict.t\
14+
./200-dict.t\
15+
./300-galley.t\
16+
./500-stamp-pg-type-geo.t\
17+
./501-stamp-pg-type-ts.t\
18+
./700-wrapper-pg-type-geo.t\
1019

1120
all: build-libtappp$(TEST_GOALS)
1221

@@ -21,6 +30,7 @@ BLOB_STAMPER_OBJ = ../blobstamper/blob.o \
2130
../blobstamper/stamp_dict.o\
2231
../blobstamper/galley.o\
2332
../blobstamper/stamp_pg_type_geo.o\
33+
../blobstamper/stamp_pg_type_ts.o\
2434
../pg_op_wrappers.o\
2535

2636

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp