Skip to content

Commit

Permalink
[pgdata_fetchers.cpp] Fixing codacy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Jan 25, 2024
1 parent cbf60e5 commit 63738d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp_common/pgdata_fetchers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ Point_on_edge_t fetch_point(
int64_t *default_pid,
size_t*,
bool) {
Point_on_edge_t point;
Point_on_edge_t point = {};
if (column_found(info[0].colNumber)) {
point.pid = getBigInt(tuple, tupdesc, info[0]);
} else {
Expand Down

0 comments on commit 63738d9

Please sign in to comment.