Skip to content

Commit

Permalink
more clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Tishj committed Apr 17, 2024
1 parent e6ea3c5 commit 99a93a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/quack_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ ConvertDuckToPostgresValue(TupleTableSlot *slot, duckdb::Value &value, idx_t col
SET_VARSIZE(result, varchar_len + VARHDRSZ);
memcpy(VARDATA(result), varchar, varchar_len);
slot->tts_values[col] = PointerGetDatum(result);
// FIXME: this doesn't need to be freed, the string_t is owned by the chunk right?
// duckdb_free(varchar);
break;
}
case DATEOID: {
Expand Down

0 comments on commit 99a93a8

Please sign in to comment.