Skip to content

Commit

Permalink
Merge pull request #29 from MinhLA1410/master
Browse files Browse the repository at this point in the history
[Fix] ERROR:  parquet_fdw: integer out of range When use debug-mode parquet_fdw
  • Loading branch information
zilder authored Jan 8, 2021
2 parents 666c49a + 13866d4 commit 652f716
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parquet_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,6 @@ class ParquetFdwReader
{
MemoryContext ccxt = CurrentMemoryContext;
bool error = false;
Datum res;
char errstr[ERROR_STR_LEN];

PG_TRY();
Expand Down

0 comments on commit 652f716

Please sign in to comment.