Skip to content
Snippets Groups Projects
Commit f62eba20 authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

Fix typo in README

Amit Langote
parent 28508969
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment