Skip to content

Commit b5df24e

Browse files
author
Amit Kapila
committed
Fix typo in bufpage.h.
Author: Senglee Choi Reviewed-by: Tender Wang Discussion: https://postgr.es/m/CACUsy79U0=S5zWEf6D57F=vB7rOEa86xFY6oovDZ58jRcROCxQ@mail.gmail.com
1 parent f68cd84 commit b5df24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/storage/bufpage.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ extern PGDLLIMPORT bool ignore_checksum_failure;
7373
*
7474
* AM-specific per-page data (if any) is kept in the area marked "special
7575
* space"; each AM has an "opaque" structure defined somewhere that is
76-
* stored as the page trailer. an access method should always
76+
* stored as the page trailer. An access method should always
7777
* initialize its pages with PageInit and then set its own opaque
7878
* fields.
7979
*/

0 commit comments

Comments
 (0)