Skip to content

Conversation

olirice
Copy link
Contributor

@olirice olirice commented Aug 21, 2024

olirice and others added 18 commits August 6, 2024 15:21
* test for changes in all extension public interfaces

* align test output

* remove differences across architectures
* feat: add our updated fork of pg_backtrace

* Fix nix tests + use version 1.1

* test: use postgres release version for docker tag (#1099)

* test: use postgres release version for docker tag

* fix: ref the var correct

* fix: use correct Dockerfile

---------

Co-authored-by: Sam Rose <[email protected]>
This will only be updated for Nix.
* feat: wip fixing plv8 on darwin aarch64

* fix: build plv8 and success in enabling on darwin

* fix: now builds correct and enable on aarch64-linux

* fix: pg_regression updated to include plv8 extensions again

* fix: print logs to stdout/stderr instead of logfile

---------

Co-authored-by: Sam Rose <[email protected]>
* test: include supautils conf

* feat: local dev config matching AMI release

* fix: restore old testing conf

* feat: make sure macos needed support included

* chore: rm logfile

---------

Co-authored-by: Sam Rose <[email protected]>
Co-authored-by: Paul Cioanca <[email protected]>
Co-authored-by: Sam Rose <[email protected]>
Co-authored-by: Div Arora <[email protected]>
Co-authored-by: Div Arora <[email protected]>
Co-authored-by: samrose <[email protected]>
create index pgroonga_index on v.roon using pgroonga (content);
-- Create mecab tokenizer index since we had a bug with this one once
create index pgroonga_index on v.roon using pgroonga (content) with (tokenizer='TokenMecab');
ERROR: pgroonga: [option][tokenizer][validate] invalid tokenizer: <TokenMecab>: [info][set][default-tokenizer][(anonymous)] unknown tokenizer: <TokenMecab>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: figure out why TokenMecab is not availble

@olirice olirice changed the base branch from develop to sam/pgroonga-deps August 21, 2024 20:54
@olirice olirice closed this Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants