mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
Fix typo in pgbench.c
Author: Moon, Insung Discussion: https://postgr.es/m/008001d4b2db$1f772170$5e656450$@lab.ntt.co.jp
This commit is contained in:
parent
78855e7983
commit
1699e6dd1f
@ -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
|
* Since we used a command slot, allocate more if needed. Note we
|
||||||
* always allocate one more in order to accomodate the NULL terminator
|
* always allocate one more in order to accommodate the NULL
|
||||||
* below.
|
* terminator below.
|
||||||
*/
|
*/
|
||||||
if (index >= alloc_num)
|
if (index >= alloc_num)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user