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
7c00ffb8
Commit
7c00ffb8
authored
Nov 26, 1997
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix from Zeugswetter Andreas DBT for Sendproc.
parent
983ec2cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/backend/catalog/heap.c
src/backend/catalog/heap.c
+4
-4
No files found.
src/backend/catalog/heap.c
View file @
7c00ffb8
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.3
5 1997/11/26 01:10:46
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.3
6 1997/11/26 04:37:53
momjian Exp $
*
*
* INTERFACE ROUTINES
* INTERFACE ROUTINES
* heap_creatr() - Create an uncataloged heap relation
* heap_creatr() - Create an uncataloged heap relation
...
@@ -728,9 +728,9 @@ addNewRelationType(char *typeName, Oid new_rel_oid)
...
@@ -728,9 +728,9 @@ addNewRelationType(char *typeName, Oid new_rel_oid)
'c'
,
/* type-type (catalog) */
'c'
,
/* type-type (catalog) */
','
,
/* default array delimiter */
','
,
/* default array delimiter */
"int4in"
,
/* input procedure */
"int4in"
,
/* input procedure */
"int4out"
,
/* output procedure */
"int4out"
,
/* output procedure */
"int4
in"
,
/* send procedure */
"int4
out"
,
/* send procedure */
"int4
out"
,
/* receive procedure */
"int4
in"
,
/* receive procedure */
NULL
,
/* array element type - irrelevent */
NULL
,
/* array element type - irrelevent */
"-"
,
/* default type value */
"-"
,
/* default type value */
(
bool
)
1
,
/* passed by value */
(
bool
)
1
,
/* passed by value */
...
...
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