Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5aeed4 commit 4792932Copy full SHA for 4792932
src/backend/storage/file/buffile.c
@@ -97,7 +97,7 @@ struct BufFile
97
int nbytes; /* total # of valid bytes in buffer */
98
99
/*
100
- * XXX Should ideally us PGIOAlignedBlock, but might need a way to avoid
+ * XXX Should ideally use PGIOAlignedBlock, but might need a way to avoid
101
* wasting per-file alignment padding when some users create many files.
102
*/
103
PGAlignedBlock buffer;
0 commit comments