Skip to content

Commit 80254d4

Browse files
committed
More \dT cleanup
1 parent 25036d4 commit 80254d4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/include/catalog/pg_type.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_type.h,v 1.68 1999/10/18 13:44:24 momjian Exp $
10+
* $Id: pg_type.h,v 1.69 1999/10/18 14:07:49 momjian Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -167,11 +167,11 @@ DESCR("31-character type for storing system identifiers");
167167
#define NAMEOID 19
168168

169169
DATA(insert OID = 20 ( int8 PGUID 8 20 f b t \054 0 0 int8in int8out int8in int8out d _null_ ));
170-
DESCR("~18 digit integer, 8-bytes");
170+
DESCR("~18 digit integer, 8-byte storage");
171171
#define INT8OID 20
172172

173173
DATA(insert OID = 21 ( int2 PGUID 2 5 t b t \054 0 0 int2in int2out int2in int2out s _null_ ));
174-
DESCR("-32 thousand to 32 thousand, 2-byte storage, ");
174+
DESCR("-32 thousand to 32 thousand, 2-byte storage");
175175
#define INT2OID 21
176176

177177
DATA(insert OID = 22 ( int28 PGUID 16 50 f b t \054 0 21 int28in int28out int28in int28out i _null_ ));
@@ -186,7 +186,7 @@ DESCR("8 int2 integers, used internally");
186186
#define INT28OID 22
187187

188188
DATA(insert OID = 23 ( int4 PGUID 4 10 t b t \054 0 0 int4in int4out int4in int4out i _null_ ));
189-
DESCR("-2 billion to 2 billion, 4-byte integer, ");
189+
DESCR("-2 billion to 2 billion integer, 4-byte storage");
190190
#define INT4OID 23
191191

192192
DATA(insert OID = 24 ( regproc PGUID 4 16 t b t \054 0 0 regprocin regprocout regprocin regprocout i _null_ ));
@@ -273,10 +273,10 @@ DESCR("");
273273
/* OIDS 700 - 799 */
274274

275275
DATA(insert OID = 700 ( float4 PGUID 4 12 f b t \054 0 0 float4in float4out float4in float4out i _null_ ));
276-
DESCR("single-precision floating point number, 4-byte");
276+
DESCR("single-precision floating point number, 4-byte storage");
277277
#define FLOAT4OID 700
278278
DATA(insert OID = 701 ( float8 PGUID 8 24 f b t \054 0 0 float8in float8out float8in float8out d _null_ ));
279-
DESCR("double-precision floating point number, 8-byte");
279+
DESCR("double-precision floating point number, 8-byte storage");
280280
#define FLOAT8OID 701
281281
DATA(insert OID = 702 ( abstime PGUID 4 20 t b t \054 0 0 nabstimein nabstimeout nabstimein nabstimeout i _null_ ));
282282
DESCR("absolute, limited-range date and time (Unix system time)");

0 commit comments

Comments
 (0)