mirror of
https://github.com/postgres/postgres.git
synced 2025-10-28 11:55:03 +03:00
Fix collection of typos in the code and the documentation
Some words were duplicated while other places were grammatically incorrect, including one variable name in the code. Author: Otto Kekalainen, Justin Pryzby Discussion: https://postgr.es/m/7DDBEFC5-09B6-4325-B942-B563D1A24BDC@amazon.com
This commit is contained in:
@@ -4183,7 +4183,7 @@ initGenerateDataClientSide(PGconn *con)
|
||||
* accounts is big enough to be worth using COPY and tracking runtime
|
||||
*/
|
||||
|
||||
/* use COPY with FREEZE on v14 and later without partioning */
|
||||
/* use COPY with FREEZE on v14 and later without partitioning */
|
||||
if (partitions == 0 && PQserverVersion(con) >= 140000)
|
||||
copy_statement = "copy pgbench_accounts from stdin with (freeze on)";
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user