| From: | Yves Weißig <weissig(at)rbg(dot)informatik(dot)tu-darmstadt(dot)de> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | new AM, build returns error |
| Date: | 2011-04-27 20:44:57 |
| Message-ID: | 4DB88049.8070604@rbg.informatik.tu-darmstadt.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
my new AM starts working..., calling something like
CREATE INDEX idx ON films USING ebi (did)
returns now:
ERROR: unexpected EBI relation size: 3, should be 4294967295
The second argument looks for me like max uint32... there might be
somehting wrong here I think? Is there somehting wrong with:
estimate_rel_size(heap, NULL, &relpages, &reltuples);
The state is passed to the build callback again and again... and
result->heap_tuples = reltuples; takes the estimated number of tuples.
Where is the error?
I know that this is a rather complicated question, due to no source code.
Greetz, Yves
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2011-04-27 20:54:57 | Re: make world fails |
| Previous Message | Daniel Farina | 2011-04-27 20:44:17 | Re: Introduction |