mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Fix path name templates.
This commit is contained in:
@@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user