]> granicus.if.org Git - postgresql/commitdiff
Update comment for 'name' data type to say 63 "bytes".
authorBruce Momjian <bruce@momjian.us>
Thu, 10 May 2012 22:40:40 +0000 (18:40 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 10 May 2012 22:40:40 +0000 (18:40 -0400)
Catalog version bump so everyone has the same comment for beta1.

src/include/catalog/catversion.h
src/include/catalog/pg_type.h

index b308e4b5813a6928eda38185e9577f0507679acb..ab918d101f09a62d4c6c413549609a28da5f5254 100644 (file)
@@ -53,6 +53,6 @@
  */
 
 /*                                                     yyyymmddN */
-#define CATALOG_VERSION_NO     201204301
+#define CATALOG_VERSION_NO     201205101
 
 #endif
index 4e3bf69e6da7ed870d77d4a67c98cb2bc16356ec..507819da80466df95c9d680a45961daaf7f28080 100644 (file)
@@ -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_ ));