Typo in pgstat.h

Started by vinayakabout 9 years ago2 messages
#1vinayak
Pokale_Vinayak_q3@lab.ntt.co.jp
1 attachment(s)

Hi,

- * st_progress_command_target, and st_progress_command[].

+ * st_progress_command_target, and st_progress_param[].

Attached patch fixed typo.

Regards,

Vinayak Pokale

NTT Open Source Software Center

Attachments:

typo-pgstat-h.patchapplication/x-download; name=typo-pgstat-h.patchDownload
diff --git a/src/include/pgstat.h b/src/include/pgstat.h
index 1c9bf13..4e8dac6 100644
--- a/src/include/pgstat.h
+++ b/src/include/pgstat.h
@@ -895,7 +895,7 @@ typedef struct PgBackendStatus
 	/*
 	 * Command progress reporting.  Any command which wishes can advertise
 	 * that it is running by setting st_progress_command,
-	 * st_progress_command_target, and st_progress_command[].
+	 * st_progress_command_target, and st_progress_param[].
 	 * st_progress_command_target should be the OID of the relation which the
 	 * command targets (we assume there's just one, as this is meant for
 	 * utility commands), but the meaning of each element in the
#2Heikki Linnakangas
hlinnaka@iki.fi
In reply to: vinayak (#1)
Re: Typo in pgstat.h

On 10/21/2016 03:55 AM, vinayak wrote:

- * st_progress_command_target, and st_progress_command[].

+ * st_progress_command_target, and st_progress_param[].

Attached patch fixed typo.

Fixed, thanks.

- Heikki

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers