Commit 9cdc8089 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Fix path name templates.

parent ff5edbd9
......@@ -5,11 +5,11 @@
CREATE FUNCTION widget_in(opaque)
RETURNS widget
AS '_CWD_/regress_DLSUFFIX_'
AS '_CWD_/../regress_DLSUFFIX_'
LANGUAGE 'c';
CREATE FUNCTION widget_out(opaque)
RETURNS opaque
AS '_CWD_/regress_DLSUFFIX_'
AS '_CWD_/../regress_DLSUFFIX_'
LANGUAGE 'c';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment