Michael Fuhr <mike@xxxxxxxx> writes: > On Thu, Jun 23, 2005 at 12:36:50AM +0200, Julian Legeny wrote: >> CREATE OR REPLACE FUNCTION insert_bf_filter(int4, int4, "varchar", "varchar", int4, int2, int2, int4, int2, int4) > Follow the hint: use explicit type casts for the int2 arguments. Or just declare the function arguments as int4. I don't think there's any material performance advantage from using int2 here anyway. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq