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
c17b2d1b
Commit
c17b2d1b
authored
Oct 01, 1998
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for constbyval.
parent
33572dd7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
27 deletions
+26
-27
src/backend/parser/parse_expr.c
src/backend/parser/parse_expr.c
+2
-2
src/include/nodes/makefuncs.h
src/include/nodes/makefuncs.h
+24
-25
No files found.
src/backend/parser/parse_expr.c
View file @
c17b2d1b
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/parser/parse_expr.c,v 1.3
4 1998/09/01 04:30:3
0 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/parser/parse_expr.c,v 1.3
5 1998/10/01 22:51:2
0 momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -627,7 +627,7 @@ parser_typecast2(Node *expr, Oid exprType, Type tp, int32 atttypmod)
...
@@ -627,7 +627,7 @@ parser_typecast2(Node *expr, Oid exprType, Type tp, int32 atttypmod)
(
Size
)
len
,
(
Size
)
len
,
(
Datum
)
lcp
,
(
Datum
)
lcp
,
false
,
false
,
false
,
/* was omitted */
typeByVal
(
tp
),
false
,
/* not a set */
false
,
/* not a set */
true
/* is cast */
);
true
/* is cast */
);
...
...
src/include/nodes/makefuncs.h
View file @
c17b2d1b
...
@@ -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: makefuncs.h,v 1.1
4 1998/09/01 04:36:37
momjian Exp $
* $Id: makefuncs.h,v 1.1
5 1998/10/01 22:51:22
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -31,8 +31,7 @@ extern Var *makeVar(Index varno,
...
@@ -31,8 +31,7 @@ extern Var *makeVar(Index varno,
Index
varnoold
,
Index
varnoold
,
AttrNumber
varoattno
);
AttrNumber
varoattno
);
extern
TargetEntry
*
extern
TargetEntry
*
makeTargetEntry
(
Resdom
*
resdom
,
Node
*
expr
);
makeTargetEntry
(
Resdom
*
resdom
,
Node
*
expr
);
extern
Resdom
*
makeResdom
(
AttrNumber
resno
,
extern
Resdom
*
makeResdom
(
AttrNumber
resno
,
Oid
restype
,
Oid
restype
,
...
...
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