mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Fix typo in README
Amit Langote
This commit is contained in:
parent
2850896961
commit
f62eba204f
@ -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
|
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
|
NULL. For example, if you set pg_type.typrelid to be NULL, a
|
||||||
piece of code will likely perform "typetup->typrelid" (or, worse,
|
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
|
random errors or even segmentation violations. Hence, do NOT insert
|
||||||
catalog tuples that contain NULL attributes except in their
|
catalog tuples that contain NULL attributes except in their
|
||||||
variable-length portions! (The bootstrapping code is fairly good about
|
variable-length portions! (The bootstrapping code is fairly good about
|
||||||
|
Loading…
Reference in New Issue
Block a user