On Thu, 2004-11-04 at 16:37, Simon Riggs wrote: > Also, another minor patch which prevents effective_cache_size and > random_page_cost from being set incorrectly: plancost.patch > - previously it was possible to set effective_cache_size to 0, which > would then be ignored and treated as 1 at run-time, so set minimum to 1 > and remove test at run-time.
Ignore that part....the run-time test is still needed, of course. -- Best Regards, Simon Riggs ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match