I haven't seen a notice that Bruce noticed this patch I sent across general as
part of a rambling thread of mine. There again, I'm not exactly up to date with
all my email so could easily have missed it. However, in light of the beta3
notice I'm sending it to the correct list now.

Fixes simple bug that was causing me problems using tsearch2.

--
Nigel Andrews
*** /tmp/postgresql-7.3.4/contrib/tsearch2/query.c      Thu Aug 28 13:29:12 2003
--- query.c     Sun Sep  7 18:53:17 2003
***************
*** 837,843 ****
                PG_GETARG_DATUM(1)
        );
        
!       PG_FREE_IF_COPY(name,1);
        PG_RETURN_DATUM(res);
  }
  
--- 837,843 ----
                PG_GETARG_DATUM(1)
        );
        
!       PG_FREE_IF_COPY(name,0);
        PG_RETURN_DATUM(res);
  }
  
---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to