]> granicus.if.org Git - postgresql/commitdiff
Fix typo in README
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 27 Jan 2014 07:32:51 +0000 (09:32 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 27 Jan 2014 07:33:18 +0000 (09:33 +0200)
Amit Langote

src/backend/catalog/README

index fce01ea43147faaef7aadb9dff98e42e2918c8da..7e0ddf312dd40aaf7e5147513c0f2e410801d0fe 100644 (file)
@@ -92,7 +92,7 @@ them.  Thus, the variable-length fields must all be at the end, and
 only the variable-length fields of a catalog tuple are permitted to be
 NULL.  For example, if you set pg_type.typrelid to be NULL, a
 piece of code will likely perform "typetup->typrelid" (or, worse,
-"typetyp->typelem", which follows typrelid).  This will result in
+"typetup->typelem", which follows typrelid).  This will result in
 random errors or even segmentation violations.  Hence, do NOT insert
 catalog tuples that contain NULL attributes except in their
 variable-length portions!  (The bootstrapping code is fairly good about