Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit80254d4

Browse files
committed
More \dT cleanup
1 parent25036d4 commit80254d4

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/1813:44:24 momjian Exp $
10+
* $Id: pg_type.h,v 1.69 1999/10/1814: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
#defineNAMEOID19
168168

169169
DATA(insertOID=20 (int8PGUID820fbt \05400int8inint8outint8inint8outd_null_ ));
170-
DESCR("~18 digit integer, 8-bytes");
170+
DESCR("~18 digit integer, 8-byte storage");
171171
#defineINT8OID20
172172

173173
DATA(insertOID=21 (int2PGUID25tbt \05400int2inint2outint2inint2outs_null_ ));
174-
DESCR("-32 thousand to 32 thousand, 2-byte storage,");
174+
DESCR("-32 thousand to 32 thousand, 2-byte storage");
175175
#defineINT2OID21
176176

177177
DATA(insertOID=22 (int28PGUID1650fbt \054021int28inint28outint28inint28outi_null_ ));
@@ -186,7 +186,7 @@ DESCR("8 int2 integers, used internally");
186186
#defineINT28OID22
187187

188188
DATA(insertOID=23 (int4PGUID410tbt \05400int4inint4outint4inint4outi_null_ ));
189-
DESCR("-2 billion to 2 billion, 4-byteinteger,");
189+
DESCR("-2 billion to 2 billion integer, 4-bytestorage");
190190
#defineINT4OID23
191191

192192
DATA(insertOID=24 (regprocPGUID416tbt \05400regprocinregprocoutregprocinregprocouti_null_ ));
@@ -273,10 +273,10 @@ DESCR("");
273273
/* OIDS 700 - 799 */
274274

275275
DATA(insertOID=700 (float4PGUID412fbt \05400float4infloat4outfloat4infloat4outi_null_ ));
276-
DESCR("single-precision floating point number, 4-byte");
276+
DESCR("single-precision floating point number, 4-byte storage");
277277
#defineFLOAT4OID 700
278278
DATA(insertOID=701 (float8PGUID824fbt \05400float8infloat8outfloat8infloat8outd_null_ ));
279-
DESCR("double-precision floating point number, 8-byte");
279+
DESCR("double-precision floating point number, 8-byte storage");
280280
#defineFLOAT8OID 701
281281
DATA(insertOID=702 (abstimePGUID420tbt \05400nabstimeinnabstimeoutnabstimeinnabstimeouti_null_ ));
282282
DESCR("absolute, limited-range date and time (Unix system time)");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp