Brian Moore <[EMAIL PROTECTED]> writes: > it's not necessary. i ran tests and the hashtable lookup was faster > (though not by too much) than the bsearch for the data with which i > populated the table.
Right -- I'd expect the performance difference between the two to be pretty negligible for even the largest pg_type catalogs. So do you agree that using bsearch here is preferable, or no? -Neil ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly