Re: [HACKERS] GIN stuck in loop during PITR

2006-05-26 Thread Andreas Seltenreich
Andreas Seltenreich schrob: > Teodor Sigaev schrob: > >> Thanks a lot, applied. Can you describe test suite? It may be useful >> for test more... > > Here's a shell script that triggers the bug when I revert the patch. Just tried the script on HEAD, and it was triggering an assertion. I guess it

Re: [HACKERS] GIN stuck in loop during PITR

2006-05-26 Thread Andreas Seltenreich
Teodor Sigaev schrob: > Thanks a lot, applied. Can you describe test suite? It may be useful > for test more... Here's a shell script that triggers the bug when I revert the patch. regards, andreas #!/bin/sh set -x set -e PGPORT=5434 CLUSTER="gintest/" ARCHIVE="gintest-archive/" [ -d "$ARCHI

Re: [HACKERS] GIN stuck in loop during PITR

2006-05-26 Thread Teodor Sigaev
Thanks a lot, applied. Can you describe test suite? It may be useful for test more... GIN is young code and it needs to independently tests. Andreas Seltenreich wrote: I'm just experimenting a bit with GIN, and it is occasionally getting stuck looping in findParents() during WAL replay. -- Te