ports/www/mnogosearch/files/patch-create_pgsql_create.txt
Sam Lawrance 3f73062f41 (I missed the adds and removes on the first try)
- Update to 3.2.32 [1]
- I'll adopt this port for a while, at least until it's settled in.

PR:		ports/80945 [1]
Submitted by:	Radim Kolar <hsn@netmag.cz> [1]
2005-06-09 07:48:58 +00:00

11 lines
521 B
Text

--- create/pgsql/create.txt.orig Tue Feb 15 06:50:33 2005
+++ create/pgsql/create.txt Tue May 10 14:40:58 2005
@@ -85,7 +85,7 @@
CREATE FUNCTION clean_srvinfo() RETURNS trigger
-AS 'begin DELETE FROM srvinfo WHERE srv_id=old.rec_id; UPDATE url SET next_index_time=0 WHERE server_id=old.rec_id OR site_id=old.rec_id return NULL; end;'
+AS 'begin DELETE FROM srvinfo WHERE srv_id=old.rec_id; UPDATE url SET next_index_time=0 WHERE server_id=old.rec_id OR site_id=old.rec_id; return NULL; end;'
LANGUAGE plpgsql;