mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-06 12:20:15 +01: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 */
|
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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user