1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-01 01:04:50 +03:00

Fix typo in bufpage.h.

Author: Senglee Choi
Reviewed-by: Tender Wang
Discussion: https://postgr.es/m/CACUsy79U0=S5zWEf6D57F=vB7rOEa86xFY6oovDZ58jRcROCxQ@mail.gmail.com
This commit is contained in:
Amit Kapila 2024-08-05 14:38:00 +05:30
parent f68cd847fa
commit b5df24e520

View File

@ -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.
*/