pgsql: pgbench: Fix typo in comment. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: pgbench: Fix typo in comment.
Date
Msg-id E1mhuU4-0007sT-PV@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pgbench: Fix typo in comment.

Discussion: https://postgr.es/m/f9041ec2-46b6-1b41-0e84-9c8a1e2d6bda@oss.nttdata.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d8dba4d03068eeee1ea3ffc8e7c7b4fa3e35a7f4

Modified Files
--------------
src/bin/pgbench/pgbench.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: pgbench: Improve error-handling in pgbench.
Next
From: Tom Lane
Date:
Subject: pgsql: Avoid O(N^2) behavior in SyncPostCheckpoint().