We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2850896 commit f62eba2Copy full SHA for f62eba2
src/backend/catalog/README
@@ -92,7 +92,7 @@ them. Thus, the variable-length fields must all be at the end, and
92
only the variable-length fields of a catalog tuple are permitted to be
93
NULL. For example, if you set pg_type.typrelid to be NULL, a
94
piece of code will likely perform "typetup->typrelid" (or, worse,
95
-"typetyp->typelem", which follows typrelid). This will result in
+"typetup->typelem", which follows typrelid). This will result in
96
random errors or even segmentation violations. Hence, do NOT insert
97
catalog tuples that contain NULL attributes except in their
98
variable-length portions! (The bootstrapping code is fairly good about
0 commit comments