pg_trgm_pro
pg_trgm_pro copied to clipboard
Hello! During the static analysis detected possible no null terminated character at the end of the array. Copying from string 'bword' to '&buf[2]' without null termination at trgm_op.c:253. Further in...
I'd like to be able to include trigrams so that ``` similarity('foo bar', 'foo bar') > similarity('foo bar', 'bar foo') ``` I wish I could make it generate the `o...
Hi, building pg_trgm on Windows fails: ``` C:\Users\abidh\source\repos\pg_trgm_pro>make USE_PGXS=1 makefile:15: C:/Program: No such file or directory makefile:15: Files/PostgreSQL/11/lib/pgxs/src/makefiles/pgxs.mk: No such file or directory make: *** Keine Regel, um »Files/PostgreSQL/11/lib/pgxs/src/makefiles/pgxs.mk« zu...
When I try to make it, it fails ``` make USE_PGXS=1 gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute...