Re: [HACKERS] duplicated tables

2009-01-24 Thread Euler Taveira de Oliveira
Teodor Sigaev escreveu: >> That doesn't look like duplicated tables so much as duplicated >> pg_namespace rows --- try doing \d's query by hand and adding display >> of pg_class.ctid and pg_namespace.ctid. However, if that theory is >> correct then the next question is what you were doing to pg_na

Re: [HACKERS] duplicated tables

2009-01-24 Thread Teodor Sigaev
That doesn't look like duplicated tables so much as duplicated pg_namespace rows --- try doing \d's query by hand and adding display of pg_class.ctid and pg_namespace.ctid. However, if that theory is correct then the next question is what you were doing to pg_namespace... The bug was dereferenc

Re: [HACKERS] duplicated tables

2009-01-23 Thread Tom Lane
Oleg Bartunov writes: > yesterday, testing GIN fast update with CVS HEAD I was able to crash backend > (Teodor already fixed the problem in 0.25 version of the patch) > and after restarting backend I found duplicated tables. > How this can be possible and is this what somebody can see after cras

[HACKERS] duplicated tables

2009-01-23 Thread Oleg Bartunov
Hi there, yesterday, testing GIN fast update with CVS HEAD I was able to crash backend (Teodor already fixed the problem in 0.25 version of the patch) and after restarting backend I found duplicated tables. How this can be possible and is this what somebody can see after crash ? List