mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
- 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]
11 lines
521 B
Text
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;
|
|
|
|
|