Gregory Stark <[EMAIL PROTECTED]> writes: > "Tom Lane" <[EMAIL PROTECTED]> writes: >> BTW, I would like to shorten some of the path names in this fileset. >> Is there a reason not to combine src/backend/utils/adt/tsearch, >> src/backend/utils/tsearch, and src/backend/utils/tsearch/dict_ispell >> into one place, perhaps src/backend/tsearch?
> I for one would like to see all the data types in a file in adt. Even if it's > just a single file containing mostly just glue functions into code in > sc/backend/tsearch. The existing file layout doesn't meet that expectation either, since all the functions were for some reason dumped into a *subdirectory* of adt. That was where my too-weird, too-much-typing reflex kicked in ... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster