mirror of
https://github.com/postgres/postgres.git
synced 2025-06-20 15:22:23 +03:00
Fix path name templates.
This commit is contained in:
@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
CREATE FUNCTION widget_in(opaque)
|
CREATE FUNCTION widget_in(opaque)
|
||||||
RETURNS widget
|
RETURNS widget
|
||||||
AS '_CWD_/regress_DLSUFFIX_'
|
AS '_CWD_/../regress_DLSUFFIX_'
|
||||||
LANGUAGE 'c';
|
LANGUAGE 'c';
|
||||||
|
|
||||||
CREATE FUNCTION widget_out(opaque)
|
CREATE FUNCTION widget_out(opaque)
|
||||||
RETURNS opaque
|
RETURNS opaque
|
||||||
AS '_CWD_/regress_DLSUFFIX_'
|
AS '_CWD_/../regress_DLSUFFIX_'
|
||||||
LANGUAGE 'c';
|
LANGUAGE 'c';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user