projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1368e92
)
Fix C comment typo
author
Bruce Momjian
<bruce@momjian.us>
Fri, 26 Jan 2018 01:13:25 +0000
(20:13 -0500)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 26 Jan 2018 01:13:25 +0000
(20:13 -0500)
Reported-by: Masahiko Sawada
Discussion: https://postgr.es/m/CAD21AoBgnHy2YKAUuB6iVG4ibvLYepHr+RDRkr1arqWwc1AHCw@mail.gmail.com
Author: Masahiko Sawada
contrib/pg_prewarm/autoprewarm.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_prewarm/autoprewarm.c
b/contrib/pg_prewarm/autoprewarm.c
index 15e4a65ea6ab5ac153ec2b19a93d21bcf673a097..3a4cc5b172264c5e413bfb94c0797e7b903049ce 100644
(file)
--- a/
contrib/pg_prewarm/autoprewarm.c
+++ b/
contrib/pg_prewarm/autoprewarm.c
@@
-368,7
+368,7
@@
apw_load_buffers(void)
if (current_db != blkinfo[i].database)
{
/*
- * Combine BlockRecordInfos for global objects with
s
those of
+ * Combine BlockRecordInfos for global objects with those of
* the database.
*/
if (current_db != InvalidOid)