Skip to content

Commit

Permalink
Minimize diff
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Nov 15, 2024
1 parent 10a74f1 commit caa2264
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ function makeNewPool(
releasers.push(() => {
pgPool.end();
});

installErrorHandlers(compiledSharedOptions, releasers, pgPool);
return pgPool;
}
Expand Down Expand Up @@ -380,8 +379,6 @@ function installErrorHandlers(
pgPool.removeListener("error", handlePoolError);
pgPool.removeListener("connect", handlePoolConnect);
});

return pgPool;
}

export type Release = () => PromiseOrDirect<void>;
Expand Down

0 comments on commit caa2264

Please sign in to comment.