dbTalk Databases Forums  

[BUGS] Error: could not find a feasible split point for

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] Error: could not find a feasible split point for in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Robert Creager
 
Posts: n/a

Default [BUGS] Error: could not find a feasible split point for - 08-30-2004 , 08:03 AM






--Signature=_Mon__30_Aug_2004_07_02_02_-0600_Fp_NsZNHdtsZyx2K
Content-Type: text/plain; charset=US-ASCII
Content-Disposition: inline
Content-Transfer-Encoding: 7bit


Hey All,

While doing some daily processing, I ran across the following error:

ERROR: could not find a feasible split point for "obs_v_file_id_index"
STATEMENT: UPDATE obs_v SET mag = obs_v.imag + zp.zero_v + cg.color_v *
(obs_v.imag - i.imag), use = true FROM color_groups AS cg, zero_pair AS zp,
obs_i AS i, files AS f, groups AS g WHERE obs_v.star_id = i.star_id AND
obs_v.file_id = f.file_id AND cg.group_id = g.group_id AND g.night_id =
f.night_id AND g.group_id = 149 AND zp.pair_id = f.pair_id

version: 7.4.1.

table schema:

---------+---------+------------------------------------------------
x | real | not null
y | real | not null
imag | real | not null
smag | real | not null
loc | spoint | not null
obs_id | integer | not null default nextval('"obs_id_seq"'::text)
file_id | integer | not null
use | boolean | default false
solve | boolean | default false
star_id | integer |
mag | real |
Inexes: "obs_v_file_id_index" btree (file_id)
"obs_v_loc_index" gist (loc)
"obs_v_obs_id_index" btree (obs_id)
"obs_v_star_id_index" btree (star_id)
"obs_v_use_index" btree (use)
Foreign-key constraints:
"obs_v_files_constraint" FOREIGN KEY (file_id) REFERENCES files(file_id) ON
DELETE CASCADE
"obs_v_star_id_constraint" FOREIGN KEY (star_id) REFERENCES
catalog(star_id) ON DELETE SET NULL
Triggers:
obs_v_trig BEFORE INSERT OR DELETE OR UPDATE ON obs_v FOR EACH ROW EXECUTE
PROCEDURE observations_trigger

Help?

Cheers,
Rob

--
06:52:56 up 15 days, 17:15, 3 users, load average: 2.05, 2.12, 2.22
Linux 2.6.5-02 #8 SMP Mon Jul 12 21:34:44 MDT 2004

--Signature=_Mon__30_Aug_2004_07_02_02_-0600_Fp_NsZNHdtsZyx2K
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iEYEARECAAYFAkEzJVIACgkQLQ/DKuwDYzkVBQCfXRRtgP4FB+Em1vU/xDgvdPso
skkAn2+UMgAah0vO9Rg/7m7AxSdArVkh
=zDkk
-----END PGP SIGNATURE-----

--Signature=_Mon__30_Aug_2004_07_02_02_-0600_Fp_NsZNHdtsZyx2K--


Reply With Quote
  #2  
Old   
Robert Creager
 
Posts: n/a

Default Re: [BUGS] Error: could not find a feasible split point for - 08-30-2004 , 09:23 PM






--Signature=_Mon__30_Aug_2004_20_19_17_-0600_+9yDv/aEorNei/cR
Content-Type: text/plain; charset=US-ASCII
Content-Disposition: inline
Content-Transfer-Encoding: 7bit


When grilled further on (Mon, 30 Aug 2004 11:31:12 -0400),
Tom Lane <tgl (AT) sss (DOT) pgh.pa.us> confessed:

Quote:
Robert Creager <Robert_Creager (AT) LogicalChaos (DOT) org> writes:
While doing some daily processing, I ran across the following error:

ERROR: could not find a feasible split point for "obs_v_file_id_index"

file_id | integer | not null
Inexes: "obs_v_file_id_index" btree (file_id)

On an index on an *integer* column?? That's a can't-happen error in the
first place, and it's particularly silly when the index entries are
small and fixed-width. I surmise that you have a corrupted index, but
it would be interesting to examine the entrails. Is it repeatable?
Is the database small enough that you could ship me a tarball copy
(or if not, would you be willing to let me into your system to look at
it)?

regards, tom lane
The error is repeatable (with a script that runs in a few minutes). A recent
dump 528Mb compressed (10Gb on disk). As for access, presumably you want in as
postgres?

Any chance you have a gpg key somewhere for encryption? I did a quick check and
didn't find any...

Cheers,
Rob

--
20:00:25 up 16 days, 6:22, 3 users, load average: 3.79, 3.97, 3.99
Linux 2.6.5-02 #8 SMP Mon Jul 12 21:34:44 MDT 2004

--Signature=_Mon__30_Aug_2004_20_19_17_-0600_+9yDv/aEorNei/cR
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iEYEARECAAYFAkEz4C0ACgkQLQ/DKuwDYzlMoACeNS/NlvQhWIU245kZj8JN6qZ2
i8UAoJGvmOjLo//5XgEZYlkOMd+uPPl7
=9Adz
-----END PGP SIGNATURE-----

--Signature=_Mon__30_Aug_2004_20_19_17_-0600_+9yDv/aEorNei/cR--



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.