Skip to content

Commit

Permalink
Fix routine_index
Browse files Browse the repository at this point in the history
  • Loading branch information
def- committed Nov 6, 2023
1 parent 030f930 commit cd5bdfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres.cc
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,8 @@ schema_pqxx::schema_pqxx(std::string &conninfo, bool no_catalog, bool dump_state
}
}
}
routine_index++;
}
routine_index++;
}
cerr << "done." << endl;

Expand Down

0 comments on commit cd5bdfd

Please sign in to comment.