stupalpa
stupalpa
May I ask if there is any workaround or configuration that can work for this situation? Or is there a fix plan for this error? As I am using my...
@turicas Thanks for advice! I just run EXPLAIN on both queries. The first simpler query returns: ``` QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------------------ Unique (cost=1252354231085.76..1252354231087.76 rows=200 width=32) -> Sort (cost=1252354231085.76..1252354231086.76 rows=400 width=32) Sort...
@MuhammadTahaNaveed Thanks for the advice! Setting --shm-size=512m resolved the issue perfectly! However, I’m still not sure whether this error is a bug or expected behavior. The query plan indicates that...
Thanks for the workaround! The length function works perfectly.
The detailed steps to reproduce the error are outlined below. I hope this helpful: ### Step to reproduce First we create a fresh database server 1. ```mkdir data4``` 2. ```./bin/initdb...