Skip to content

Commit

Permalink
Update tsl/src/nodes/vector_agg/hashing/hash_strategy_single_text.c
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Nordström <[email protected]>
Signed-off-by: Alexander Kuzmenkov <[email protected]>
  • Loading branch information
akuzm and erimatnor authored Feb 4, 2025
1 parent 18f51f5 commit 09d1036
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ single_text_key_hashing_store_new(GroupingPolicyHash *restrict policy, uint32 ne
text *restrict stored = (text *) MemoryContextAlloc(policy->hashing.key_body_mctx, total_bytes);
SET_VARSIZE(stored, total_bytes);
memcpy(VARDATA(stored), output_key.data, output_key.len);
output_key.data = (uint8 *) VARDATA(stored);
policy->hashing.output_keys[new_key_index] = PointerGetDatum(stored);
}

Expand Down

0 comments on commit 09d1036

Please sign in to comment.