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
d2fe836c
Commit
d2fe836c
authored
May 10, 2012
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update comment for 'name' data type to say 63 "bytes".
Catalog version bump so everyone has the same comment for beta1.
parent
f70fa835
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/include/catalog/catversion.h
src/include/catalog/catversion.h
+1
-1
src/include/catalog/pg_type.h
src/include/catalog/pg_type.h
+1
-1
No files found.
src/include/catalog/catversion.h
View file @
d2fe836c
...
...
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
#define CATALOG_VERSION_NO 20120
43
01
#define CATALOG_VERSION_NO 20120
51
01
#endif
src/include/catalog/pg_type.h
View file @
d2fe836c
...
...
@@ -296,7 +296,7 @@ DESCR("single character");
#define CHAROID 18
DATA
(
insert
OID
=
19
(
name
PGNSP
PGUID
NAMEDATALEN
f
b
S
f
t
\
054
0
18
1003
namein
nameout
namerecv
namesend
-
-
-
c
p
f
0
-
1
0
0
_null_
_null_
_null_
));
DESCR
(
"63-
character
type for storing system identifiers"
);
DESCR
(
"63-
byte
type for storing system identifiers"
);
#define NAMEOID 19
DATA
(
insert
OID
=
20
(
int8
PGNSP
PGUID
8
FLOAT8PASSBYVAL
b
N
f
t
\
054
0
0
1016
int8in
int8out
int8recv
int8send
-
-
-
d
p
f
0
-
1
0
0
_null_
_null_
_null_
));
...
...
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