Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2fe836

Browse files
committed
Update comment for 'name' data type to say 63 "bytes".
Catalog version bump so everyone has the same comment for beta1.
1 parent f70fa83 commit d2fe836

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/include/catalog/catversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
*/
5454

5555
/* yyyymmddN */
56-
#define CATALOG_VERSION_NO 201204301
56+
#define CATALOG_VERSION_NO 201205101
5757

5858
#endif

src/include/catalog/pg_type.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ DESCR("single character");
296296
#define CHAROID 18
297297

298298
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_ ));
299-
DESCR("63-character type for storing system identifiers");
299+
DESCR("63-byte type for storing system identifiers");
300300
#define NAMEOID 19
301301

302302
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_ ));

0 commit comments

Comments
 (0)