Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/include/cdb/cdbvars.h
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ extern bool gp_eager_two_phase_agg;

extern bool gp_eager_distinct_dedup;

/* Force redistribution of insert into randomly-distributed table */
/* Force redistribution of insert into randomly-distributed table. */
extern bool gp_force_random_redistribution;

/* Analyze tools */
Expand Down
Loading