Skip to content

issues Search Results · repo:postgrespro/rum language:C

Filter by

115 results
 (62 ms)

115 results

inpostgrespro/rum (press backspace or delete to remove)

Build failure: src/rum.h:155:9: warning: ItemPointerIsMin macro redefined [-Wmacro-redefined] 155 | #define ItemPointerIsMin(p) \ | ^ /nix/store/as2qm8a34g3c11g9xp94dz0wl5xnld8y-postgresql-18beta1-dev/include/server/access/ginblock.h:169:9: ...
  • wolfgangwalther
  • Opened 
    7 days ago
  • #156

Need to refactor the code towards PG17 Error message: src/rumsort.c: In function ‘rum_tuplesort_putrum’: src/rumsort.c:496:9: error: too few arguments to function ‘tuplesort_puttuple_common’ 496 | tuplesort_puttuple_common(state, ...
  • shuaitian-git
  • 3
  • Opened 
    on Feb 26
  • #146

conclusion: The entry- buffer pointer is retrieved, but the underlying buffer can be modified by another thread before it s used, leading to invalid memory access and a segment fault. env: postgresql ...
  • Wenbo94
  • 3
  • Opened 
    on Feb 24
  • #144

Hi, 1.3.13 fails to build against PostgreSQL 17. v17 beta2 is already out. Can you please take a look? Thanks, Devrim /usr/bin/clang -Wno-ignored-attributes -fno-strict-aliasing -fwrapv -fexcess-precision=standard ...
  • devrimgunduz
  • 9
  • Opened 
    on Jul 29, 2024
  • #127

Database Version: PostgreSQL 14.12 RUM extension version: rum 1.3 VECTOR extension: vector 0.6.2 Operating System: RHEL 8 The structure of the tables in the database is as follows: create extension rum; ...
  • huey97
  • 3
  • Opened 
    on Jul 15, 2024
  • #126

Database Version: PostgreSQL 14.12 RUM extension version: rum 1.3 VECTOR extension: vector 0.6.2 Operating System: RHEL 8 The structure of the tables in the database is as follows: create extension rum; ...
  • huey97
  • 1
  • Opened 
    on Jul 15, 2024
  • #125

1. create table rules(id serial, keyword_rule tsquery); 2. insert into rules(keyword_rule) values( ( 实名举报 | 实名投诉 | 实名曝光 | 实名控诉 ) !( 信用分 | 网上离婚 | 快速离婚 | 起诉离婚 | 考证 | 职称 | 免费咨询 | 一对一 | 提现 | 额度 | 专业 ...
  • miaojianxin
  • 3
  • Opened 
    on Apr 3, 2024
  • #123

I have read that rum can help with my problem but I can t actually see how. I m trying to create a jsonb_path_ops GIN index on a JSONB field and be able to also have sorting by another int8 column. I ...
  • mahdiyari
  • 2
  • Opened 
    on Mar 6, 2024
  • #122

The query (A || B) - C does not give any results, though it should be equivalent to (A - C) || (B - C), which does. The built in GIN index can handle this case. There may be other problems with ||, though ...
  • 1Computer1
  • 4
  • Opened 
    on Sep 23, 2023
  • #119

Use postgres REL_12_STABLE branch postgres=# CREATE TABLE tsts (id int, t tsvector, d timestamp); CREATE TABLE postgres=# \copy tsts from /rum/data/tsts.data COPY 508 postgres=# CREATE INDEX tsts_idx ...
  • Wenbo94
  • 1
  • Opened 
    on Jul 28, 2023
  • #118
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub