Kosei Kitahara
Kosei Kitahara
e, e**e!
@sanchda The results are as following: /tmp/ld_2.7.0.log ``` root@f73a2d1aaa6b:/var/www/webapp# cat /tmp/ld_2.7.0.log 7: 7: file=libpython3.11.so.1.0 [0]; needed by /usr/local/bin/python3 [0] 7: file=libpython3.11.so.1.0 [0]; generating link map 7: dynamic: 0x00007fffff65d678 base: 0x00007fffff2a2000...
It's works fine for me. ```terraform triggers = { redeployment = plantimestamp() } ```
Are you install ruby binding of estraier (libestraier-ruby)?
On Ubuntu, you need install `hyperestraier` and `libestraier-ruby` packages.
Maybe your `estraier` look up [`ruby-hyperestraier`](http://packages.ubuntu.com/ja/raring/ruby-hyperestraier). Please uninstall `ruby-hyperestraier` and test it. It's only tested at [`libestraier-ruby`](http://packages.ubuntu.com/ja/raring/libestraier-ruby1.8). They are same package of 'Hyper Estraier Node API Libraries for Ruby' :(
Hi @tisoft, is it work?
I'll testing on my application :)
## Check on my application - My settings `'OPTIONS': {'query_group': 'report'}` - [Check queries are labeled to 'report' in `svl_qlog`](https://docs.aws.amazon.com/redshift/latest/dg/r_query_group.html) ```sql select query, pid, substring, elapsed, label from svl_qlog where...
My application using new query group :)  @shimizukawa This PR is ready fore review. Please review it.