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
bb87c7b5
Commit
bb87c7b5
authored
Sep 11, 2006
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ooops, forgot to update ecpg comparison files to match
source-code change.
parent
9fc4c6b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/interfaces/ecpg/test/expected/compat_informix-rfmtdate.c
src/interfaces/ecpg/test/expected/compat_informix-rfmtdate.c
+1
-1
src/interfaces/ecpg/test/expected/compat_informix-rfmtlong.c
src/interfaces/ecpg/test/expected/compat_informix-rfmtlong.c
+1
-1
No files found.
src/interfaces/ecpg/test/expected/compat_informix-rfmtdate.c
View file @
bb87c7b5
...
@@ -162,7 +162,7 @@ main(void)
...
@@ -162,7 +162,7 @@ main(void)
}
}
static
void
static
void
check_return
(
ret
)
check_return
(
int
ret
)
{
{
switch
(
ret
)
switch
(
ret
)
{
{
...
...
src/interfaces/ecpg/test/expected/compat_informix-rfmtlong.c
View file @
bb87c7b5
...
@@ -60,7 +60,7 @@ main(void)
...
@@ -60,7 +60,7 @@ main(void)
}
}
static
void
static
void
check_return
(
ret
)
check_return
(
int
ret
)
{
{
switch
(
ret
)
switch
(
ret
)
{
{
...
...
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