Heikki Linnakangas <[EMAIL PROTECTED]> writes: > I'm not sure if this is a sane way to set up a dictionary, but surely > seg faulting is not the right thing to do. Should we throw an error on > an empty dict file, or should we swallow it without crashing?
Offhand I'd say that an empty file is a legitimate corner case, so we should just take it silently. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate