Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
0e821fb7
Commit
0e821fb7
authored
Jan 09, 2000
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some missing substitutions of _OBJWD_ and _DLSUFFIX_.
parent
166b5c1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/test/regress/output/create_function_1.source
src/test/regress/output/create_function_1.source
+3
-3
src/test/regress/output/create_function_2.source
src/test/regress/output/create_function_2.source
+1
-1
No files found.
src/test/regress/output/create_function_1.source
View file @
0e821fb7
...
@@ -12,15 +12,15 @@ CREATE FUNCTION widget_out(opaque)
...
@@ -12,15 +12,15 @@ CREATE FUNCTION widget_out(opaque)
LANGUAGE 'c';
LANGUAGE 'c';
CREATE FUNCTION check_primary_key ()
CREATE FUNCTION check_primary_key ()
RETURNS opaque
RETURNS opaque
AS '_OBJWD_/../../../contrib/spi/refint
.so
'
AS '_OBJWD_/../../../contrib/spi/refint
_DLSUFFIX_
'
LANGUAGE 'c';
LANGUAGE 'c';
CREATE FUNCTION check_foreign_key ()
CREATE FUNCTION check_foreign_key ()
RETURNS opaque
RETURNS opaque
AS '_OBJWD_/../../../contrib/spi/refint
.so
'
AS '_OBJWD_/../../../contrib/spi/refint
_DLSUFFIX_
'
LANGUAGE 'c';
LANGUAGE 'c';
CREATE FUNCTION autoinc ()
CREATE FUNCTION autoinc ()
RETURNS opaque
RETURNS opaque
AS '_OBJWD_/../../../contrib/spi/autoinc
.so
'
AS '_OBJWD_/../../../contrib/spi/autoinc
_DLSUFFIX_
'
LANGUAGE 'c';
LANGUAGE 'c';
CREATE FUNCTION funny_dup17 ()
CREATE FUNCTION funny_dup17 ()
RETURNS opaque
RETURNS opaque
...
...
src/test/regress/output/create_function_2.source
View file @
0e821fb7
...
@@ -43,4 +43,4 @@ CREATE FUNCTION reverse_name(name)
...
@@ -43,4 +43,4 @@ CREATE FUNCTION reverse_name(name)
--
--
-- Function dynamic loading
-- Function dynamic loading
--
--
LOAD '
/opt/postgres/current/src/test/regress/input/../regress.so
';
LOAD '
_OBJWD_/regress_DLSUFFIX_
';
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment