summaryrefslogtreecommitdiff
path: root/src/test/regress/output/create_function_1.source
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1997-05-02 13:13:44 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1997-05-02 13:13:44 +0000
commit50f058e26f79d173cbff9bf82c8fe038c341c56e (patch)
tree2f2284879e90ce7d2919cd9e16da999d5bd9b377 /src/test/regress/output/create_function_1.source
parentf550efa237061f775fcce89b0b1b728d9c6f5cda (diff)
downloadpostgresql-50f058e26f79d173cbff9bf82c8fe038c341c56e.tar.gz
Update to work with new regression tests and directory structure.
Diffstat (limited to 'src/test/regress/output/create_function_1.source')
-rw-r--r--src/test/regress/output/create_function_1.source4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/regress/output/create_function_1.source b/src/test/regress/output/create_function_1.source
index 33673a13b5..94bc297157 100644
--- a/src/test/regress/output/create_function_1.source
+++ b/src/test/regress/output/create_function_1.source
@@ -1,9 +1,9 @@
QUERY: CREATE FUNCTION widget_in(opaque)
RETURNS widget
- AS '_CWD_/regress_DLSUFFIX_'
+ AS '_OBJWD_/regress_DLSUFFIX_'
LANGUAGE 'c';
NOTICE:ProcedureCreate: type 'widget' is not yet defined
QUERY: CREATE FUNCTION widget_out(opaque)
RETURNS opaque
- AS '_CWD_/regress_DLSUFFIX_'
+ AS '_OBJWD_/regress_DLSUFFIX_'
LANGUAGE 'c';