Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf62eba2

Browse files
committed
Fix typo in README
Amit Langote
1 parent2850896 commitf62eba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/catalog/README

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp