Skip to content

Commit b556dba

Browse files
committed
Change comment
1 parent 39295b6 commit b556dba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/partition_creation.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1751,7 +1751,8 @@ get_part_expression_info(Oid relid, const char *expr_string,
17511751
/* We don't need pathman activity initialization for this relation yet */
17521752
pathman_hooks_enabled = false;
17531753

1754-
/* We use separate memory context here, just to make sure we don't leave
1754+
/*
1755+
* We use separate memory context here, just to make sure we don't leave
17551756
* anything behind after analyze and planning.
17561757
* Parsed raw expression will stay in context of caller
17571758
*/

0 commit comments

Comments
 (0)