Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
68c6ddbe
Commit
68c6ddbe
authored
Feb 2, 1998
by
Marc G. Fournier
Browse files
Options
Downloads
Patches
Plain Diff
Fix for ltoa() problem pointed out by Stan Brown <stanb@awod.com>
parent
7264c822
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/include/utils/builtins.h
+2
-2
2 additions, 2 deletions
src/include/utils/builtins.h
with
2 additions
and
2 deletions
src/include/utils/builtins.h
+
2
−
2
View file @
68c6ddbe
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
*
*
* Copyright (c) 1994, Regents of the University of California
* Copyright (c) 1994, Regents of the University of California
*
*
* $Id: builtins.h,v 1.3
4
1998/0
1/16 2
3:
2
1:
0
7
momjian
Exp $
* $Id: builtins.h,v 1.3
5
1998/0
2/02 0
3:
1
1:
3
7
scrappy
Exp $
*
*
* NOTES
* NOTES
* This should normally only be included by fmgr.h.
* This should normally only be included by fmgr.h.
...
@@ -177,7 +177,7 @@ extern int namestrcmp(Name name, char *str);
...
@@ -177,7 +177,7 @@ extern int namestrcmp(Name name, char *str);
/* numutils.c */
/* numutils.c */
/* XXX hack. HP-UX has a ltoa (with different arguments) already. */
/* XXX hack. HP-UX has a ltoa (with different arguments) already. */
#ifdef hpux
#ifdef
__
hpux
#define ltoa pg_ltoa
#define ltoa pg_ltoa
#endif
/* hpux */
#endif
/* hpux */
extern
int32
pg_atoi
(
char
*
s
,
int
size
,
int
c
);
extern
int32
pg_atoi
(
char
*
s
,
int
size
,
int
c
);
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment