]> granicus.if.org Git - postgresql/commitdiff
Fix typos in comments.
authorFujii Masao <fujii@postgresql.org>
Mon, 7 Jul 2014 10:39:42 +0000 (19:39 +0900)
committerFujii Masao <fujii@postgresql.org>
Mon, 7 Jul 2014 10:39:42 +0000 (19:39 +0900)
src/backend/tcop/postgres.c
src/bin/pg_basebackup/receivelog.c
src/include/postgres.h

index 6b4221a2439549d3e5d8a3b689080c001a401540..7b5480faf866c7a44e359f4b5ad870743cc6faac 100644 (file)
@@ -1999,7 +1999,7 @@ exec_execute_message(const char *portal_name, long max_rows)
  * check_log_statement
  *             Determine whether command should be logged because of log_statement
  *
- * parsetree_list can be either raw grammar output or a list of planned
+ * stmt_list can be either raw grammar output or a list of planned
  * statements
  */
 static bool
index 97a078526a3802687db7e2551830f15e8d2b44d5..2f6727bcef6d58bf567153545c2229854ca21854 100644 (file)
@@ -410,7 +410,7 @@ CheckServerVersionForStreaming(PGconn *conn)
  * indefinitely.
  *
  * standby_message_timeout controls how often we send a message
- * back to the master letting it know our progress, in seconds.
+ * back to the master letting it know our progress, in miliseconds.
  * This message will only contain the write location, and never
  * flush or replay.
  *
index b123813bc477d1e2fb0b2c6e9b5a04b3670b546d..0071b42051b807481235b8ea63e5b279dd0854c5 100644 (file)
@@ -680,7 +680,7 @@ extern Datum Float8GetDatum(float8 X);
  */
 
 /*
- * Backend only infrastructure for the the assertion-related macros in c.h.
+ * Backend only infrastructure for the assertion-related macros in c.h.
  *
  * ExceptionalCondition must be present even when assertions are not enabled.
  */