Skip to content

Commit 929c8ed

Browse files
authored
Merge pull request #4 from constructive-io/fix/pg_textsearch
Fix/pg textsearch
2 parents c0019b3 + 17eca8d commit 929c8ed

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ARG PG_VERSION=17
55
ARG PGVECTOR_VERSION=0.8.0
66
ARG POSTGIS_VERSION=3.5.1
7-
ARG PG_TEXTSEARCH_VERSION=0.2.0
7+
ARG PG_TEXTSEARCH_VERSION=0.6.0
88
ARG PGSODIUM_VERSION=3.1.9
99

1010
#############################################
@@ -59,8 +59,6 @@ RUN curl -L https://download.osgeo.org/postgis/source/postgis-${POSTGIS_VERSION}
5959
# pg_textsearch (BM25)
6060
RUN git clone --branch v${PG_TEXTSEARCH_VERSION} --depth 1 https://github.com/timescale/pg_textsearch.git && \
6161
cd pg_textsearch && \
62-
# Fix missing math.h include (upstream bug)
63-
sed -i '1i #include <math.h>' src/am/build.c && \
6462
make -j$(nproc) && \
6563
make install
6664

0 commit comments

Comments
 (0)