diff options
author | Amit Kapila <akapila@postgresql.org> | 2024-08-05 14:38:00 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2024-08-05 14:38:00 +0530 |
commit | b5df24e52044abfa6fe20a568ed8bfcb9761a090 (patch) | |
tree | f6f0642ff784324796a3e427e57eb35d3eb2991a /src | |
parent | f68cd847fa40ead44a786b9c34aff9ccc048004b (diff) | |
download | postgresql-b5df24e52044abfa6fe20a568ed8bfcb9761a090.tar.gz postgresql-b5df24e52044abfa6fe20a568ed8bfcb9761a090.zip |
Fix typo in bufpage.h.
Author: Senglee Choi
Reviewed-by: Tender Wang
Discussion: https://postgr.es/m/CACUsy79U0=S5zWEf6D57F=vB7rOEa86xFY6oovDZ58jRcROCxQ@mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r-- | src/include/storage/bufpage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/bufpage.h b/src/include/storage/bufpage.h index df91e80ecee..5999e5ca5a5 100644 --- a/src/include/storage/bufpage.h +++ b/src/include/storage/bufpage.h @@ -73,7 +73,7 @@ extern PGDLLIMPORT bool ignore_checksum_failure; * * AM-specific per-page data (if any) is kept in the area marked "special * space"; each AM has an "opaque" structure defined somewhere that is - * stored as the page trailer. an access method should always + * stored as the page trailer. An access method should always * initialize its pages with PageInit and then set its own opaque * fields. */ |