mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Fix typo in comment
This commit is contained in:
@ -97,7 +97,7 @@ struct BufFile
|
|||||||
int nbytes; /* total # of valid bytes in buffer */
|
int nbytes; /* total # of valid bytes in buffer */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* XXX Should ideally us PGIOAlignedBlock, but might need a way to avoid
|
* XXX Should ideally use PGIOAlignedBlock, but might need a way to avoid
|
||||||
* wasting per-file alignment padding when some users create many files.
|
* wasting per-file alignment padding when some users create many files.
|
||||||
*/
|
*/
|
||||||
PGAlignedBlock buffer;
|
PGAlignedBlock buffer;
|
||||||
|
Reference in New Issue
Block a user