File: 003-change_path_variable_to_debian_one.diff

package info (click to toggle)
postgresql-plsh 1.3-3.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,364 kB
  • ctags: 39
  • sloc: sh: 8,849; ansic: 420; makefile: 62; sql: 30
file content (14 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- createlang_pgplsh.sql.in.ori	2008-03-24 16:44:58.979934798 -0300
+++ createlang_pgplsh.sql.in	2008-03-24 16:45:17.981017608 -0300
@@ -1,9 +1,9 @@
 CREATE FUNCTION pg_catalog.plsh_handler() RETURNS language_handler
-    AS '%filename%'
+    AS '%deb_filename%'
     LANGUAGE C;
 
 CREATE FUNCTION pg_catalog.plsh_validator(oid) RETURNS void
-    AS '%filename%'
+    AS '%deb_filename%'
     LANGUAGE C;
 
 CREATE LANGUAGE plsh