Skip to content

Commit

Permalink
Fixed issue with some overloaded functions getting skipped (found fix…
Browse files Browse the repository at this point in the history
… in branch from h34th3r)
  • Loading branch information
keithf4 committed May 31, 2012
1 parent 7dc88a7 commit fd14794
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pg_extractor.pl
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,9 @@ sub create_ddl_files {
# if overload found, remove from main @objlist so it doesn't get output again.
splice(@objlist,$dupeoffset,1)
}
$dupeoffset++;
else {
$dupeoffset++;
}
}
# add to current file output ACLs and Comments based on function name (to catch acls and comments for
# functions with the same signature)
Expand Down

0 comments on commit fd14794

Please sign in to comment.