Patch is created by Lu, Chenyang.
PasswordMapping *password_mapping = NULL;
/*
- * if the password specified in confg is empty strin or NULL look for the
+ * if the password specified in config is empty strin or NULL look for the
* password in pool_passwd file
*/
if (password_in_config == NULL || strlen(password_in_config) == 0)
/* These functions are used to provide Hints for enum type config parameters and
- * to output the vslues of the parameters.
+ * to output the values of the parameters.
* These functuons are not available for tools since they use the stringInfo that is
* not present for tools.
*/
s->in_progress = false;
- /* Restore where_to_send map if neccessary */
+ /* Restore where_to_send map if necessary */
if (s->need_to_restore_where_to_send)
{
memcpy(s->query_context->where_to_send, s->where_to_send_save, sizeof(s->where_to_send_save));
return json_str;
}
-/* The function returs the simple JSON string that contains
+/* The function returns the simple JSON string that contains
* only one KEY,VALUE along with the authkey key value if provided
*/
char *
* lifecheck process should waits
* before giving up while fetching
* the configured watchdog node
- * infromation from watchdog
+ * information from watchdog
* process through IPC channel */
/*