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:
78855e7
)
Fix typo in pgbench.c
author
Michael Paquier
<michael@paquier.xyz>
Wed, 23 Jan 2019 05:57:29 +0000
(14:57 +0900)
committer
Michael Paquier
<michael@paquier.xyz>
Wed, 23 Jan 2019 05:57:29 +0000
(14:57 +0900)
Author: Moon, Insung
Discussion: https://postgr.es/m/
008001d4b2db
$
1f772170
$
5e656450
$@lab.ntt.co.jp
src/bin/pgbench/pgbench.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pgbench/pgbench.c
b/src/bin/pgbench/pgbench.c
index b5c75ce1c6826d0072930bab3c8cd54b8fa1d17b..489912ff0c808992182e6beeaf8ddf739ea7c2f7 100644
(file)
--- a/
src/bin/pgbench/pgbench.c
+++ b/
src/bin/pgbench/pgbench.c
@@
-4754,8
+4754,8
@@
ParseScript(const char *script, const char *desc, int weight)
/*
* Since we used a command slot, allocate more if needed. Note we
- * always allocate one more in order to accom
odate the NULL terminator
- * below.
+ * always allocate one more in order to accom
modate the NULL
+ *
terminator
below.
*/
if (index >= alloc_num)
{