1
0
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:
Michael Paquier 2019-01-23 14:57:29 +09:00
parent 78855e7983
commit 1699e6dd1f

View File

@ -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)
{ {