Skip to content

Commit

Permalink
Update tsl/src/compression/create.c
Browse files Browse the repository at this point in the history
Co-authored-by: Fabrízio de Royes Mello <fabriziomello@gmail.com>
Signed-off-by: Mats Kindahl <mats.kindahl@gmail.com>
  • Loading branch information
mkindahl and fabriziomello committed Jul 26, 2023
1 parent 00282a0 commit 666a3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsl/src/compression/create.c
Expand Up @@ -808,7 +808,7 @@ validate_existing_constraints(Hypertable *ht, CompressColInfo *colinfo, Bitmapse
* We are saving all checked indexes here even though only the unique
* index is a problem at this point. It potentially avoids a second
* check of an index that we have already checked. */
if (form->conindid)
if (OidIsValid(form->conindid))
*indexes = bms_add_member(*indexes, form->conindid);

/*
Expand Down

0 comments on commit 666a3fe

Please sign in to comment.