Skip to content

Commit 6644ee4

Browse files
authored
Merge pull request #33 from df7cb/guc_init
Initialize rbitmap_output_format
2 parents ace6cf3 + 8358365 commit 6644ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roaringbitmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ static const struct config_enum_entry output_format_options[] =
2121
{NULL, 0, false}
2222
};
2323

24-
static int rbitmap_output_format; /* output format */
24+
static int rbitmap_output_format = RBITMAP_OUTPUT_BYTEA; /* output format */
2525

2626
void _PG_init(void);
2727
/*

0 commit comments

Comments
 (0)