Skip to content

Commit

Permalink
0003271: Postgres bulk loader will produce a stack overflow error on
Browse files Browse the repository at this point in the history
create tables
  • Loading branch information
jumpmind-josh committed Oct 5, 2017
1 parent 7687ff7 commit 7830d47
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -83,7 +83,7 @@ protected void bulkWrite(CsvData data) {
}
}
}

useDefaultDataWriter=false;
switch (dataEventType) {
case INSERT:
startCopy();
Expand Down Expand Up @@ -114,6 +114,7 @@ protected void bulkWrite(CsvData data) {
case DELETE:
default:
endCopy();
useDefaultDataWriter=true;
super.write(data);
break;
}
Expand Down

0 comments on commit 7830d47

Please sign in to comment.