mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Fix typo in comment
This commit is contained in:
parent
e5aeed4b80
commit
47929324c5
@ -97,7 +97,7 @@ struct BufFile
|
||||
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.
|
||||
*/
|
||||
PGAlignedBlock buffer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user