Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: Crash with empty dictionary - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Crash with empty dictionary
Date
Msg-id [email protected]
Whole thread Raw
In response to Crash with empty dictionary  (Heikki Linnakangas <[email protected]>)
Responses Re: Crash with empty dictionary
List pgsql-hackers
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


pgsql-hackers by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: Is ALTER TEXT SEARCH CONFIGURATION PARSER = new_parser really sane?
Next
From: Tom Lane
Date:
Subject: Re: tsearch2 patch status report