Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f62eba2

Browse files
committed
Fix typo in README
Amit Langote
1 parent 2850896 commit f62eba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/catalog/README

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

0 commit comments

Comments
 (0)