mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-03 08:00:21 +08:00
Fix C comment typo
Reported-by: Masahiko Sawada Discussion: https://postgr.es/m/CAD21AoBgnHy2YKAUuB6iVG4ibvLYepHr+RDRkr1arqWwc1AHCw@mail.gmail.com Author: Masahiko Sawada
This commit is contained in:
parent
1368e92e16
commit
6588a43bca
@ -368,7 +368,7 @@ apw_load_buffers(void)
|
||||
if (current_db != blkinfo[i].database)
|
||||
{
|
||||
/*
|
||||
* Combine BlockRecordInfos for global objects withs those of
|
||||
* Combine BlockRecordInfos for global objects with those of
|
||||
* the database.
|
||||
*/
|
||||
if (current_db != InvalidOid)
|
||||
|
Loading…
Reference in New Issue
Block a user