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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
9ffeab55
Commit
9ffeab55
authored
20 years ago
by
Neil Conway
Browse files
Options
Downloads
Patches
Plain Diff
Fix two typos in comments.
parent
409de6be
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/backend/utils/fmgr/fmgr.c
+2
-2
2 additions, 2 deletions
src/backend/utils/fmgr/fmgr.c
src/pl/plpgsql/src/scan.l
+2
-2
2 additions, 2 deletions
src/pl/plpgsql/src/scan.l
with
4 additions
and
4 deletions
src/backend/utils/fmgr/fmgr.c
+
2
−
2
View file @
9ffeab55
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/fmgr/fmgr.c,v 1.8
3
2004/0
8/30 02:54:39 momjian
Exp $
* $PostgreSQL: pgsql/src/backend/utils/fmgr/fmgr.c,v 1.8
4
2004/0
9/13 01:44:46 neilc
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
* %d0. So if a function pointer is declared to return a pointer, the
* %d0. So if a function pointer is declared to return a pointer, the
* compiler may look only into %a0, but if the called function was declared
* compiler may look only into %a0, but if the called function was declared
* to return an integer type, it puts its value only into %d0. So the
* to return an integer type, it puts its value only into %d0. So the
* caller doesn't pi
n
k up the correct return value. The solution is to
* caller doesn't pi
c
k up the correct return value. The solution is to
* declare the function pointer to return int, so the compiler picks up the
* declare the function pointer to return int, so the compiler picks up the
* return value from %d0. (Functions returning pointers put their value
* return value from %d0. (Functions returning pointers put their value
* *additionally* into %d0 for compatibility.) The price is that there are
* *additionally* into %d0 for compatibility.) The price is that there are
...
...
This diff is collapsed.
Click to expand it.
src/pl/plpgsql/src/scan.l
+
2
−
2
View file @
9ffeab55
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* procedural language
* procedural language
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/pl/plpgsql/src/scan.l,v 1.3
6
2004/0
7/31 23:04:56 tgl
Exp $
* $PostgreSQL: pgsql/src/pl/plpgsql/src/scan.l,v 1.3
7
2004/0
9/13 01:45:32 neilc
Exp $
*
*
* This software is copyrighted by Jan Wieck - Hamburg.
* This software is copyrighted by Jan Wieck - Hamburg.
*
*
...
@@ -118,7 +118,7 @@ dolqinside [^$]+
...
@@ -118,7 +118,7 @@ dolqinside [^$]+
/* ----------
/* ----------
* On the first call to a new source report the
* On the first call to a new source report the
* functions type (T_FUNCTION or T_TRIGGER)
* function
'
s type (T_FUNCTION or T_TRIGGER)
* ----------
* ----------
*/
*/
if (!scanner_typereported)
if (!scanner_typereported)
...
...
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