mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 15:39:35 +08:00
Fix path name templates.
This commit is contained in:
parent
ff5edbd9e6
commit
9cdc80899a
@ -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';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user