Skip to content

Commit

Permalink
try to track down what's happening
Browse files Browse the repository at this point in the history
  • Loading branch information
smmathews-brandwatch committed Oct 11, 2023
1 parent 446d0de commit baf9146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roaringbitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ roaringbitmap_out(PG_FUNCTION_ARGS) {
if (!r1)
ereport(ERROR,
(errcode(ERRCODE_NULL_VALUE_NOT_ALLOWED),
errmsg("bitmap format is error")));
errmsg("bitmap format is error: roaringbitmap_out r1")));

if(rbitmap_output_format == RBITMAP_OUTPUT_BYTEA){
expectedsize = roaring_bitmap_portable_size_in_bytes(r1);
Expand Down

0 comments on commit baf9146

Please sign in to comment.