We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec799be commit 0660836Copy full SHA for 0660836
src/pl_funcs.c
@@ -896,8 +896,8 @@ add_to_pathman_config(PG_FUNCTION_ARGS)
896
isnull[Anum_pathman_config_expr - 1] = false;
897
898
/*
899
- * In case of 1.5 update before 10e6c71 there is acutlly 5 attributes in
900
- * pathman_config description (inclusing cooked expression). To avoid
+ * In case of 1.5 update before 10e6c71 there are actually 5 attributes in
+ * pathman_config description (including cooked expression). To avoid
901
* potential problems we allocate 5th attribute and initialize it with null.
902
*/
903
values[Natts_pathman_config_historic - 1] = (Datum) 0;
0 commit comments