Skip to content

Commit 0660836

Browse files
author
Ekaterina Sokolova
committed
Correct typos in comments.
1 parent ec799be commit 0660836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/pl_funcs.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -896,8 +896,8 @@ add_to_pathman_config(PG_FUNCTION_ARGS)
896896
isnull[Anum_pathman_config_expr - 1] = false;
897897

898898
/*
899-
* In case of 1.5 update before 10e6c71 there is acutlly 5 attributes in
900-
* pathman_config description (inclusing cooked expression). To avoid
899+
* In case of 1.5 update before 10e6c71 there are actually 5 attributes in
900+
* pathman_config description (including cooked expression). To avoid
901901
* potential problems we allocate 5th attribute and initialize it with null.
902902
*/
903903
values[Natts_pathman_config_historic - 1] = (Datum) 0;

0 commit comments

Comments
 (0)