Skip to content

Commit

Permalink
Removes old connection pool implementation that is no longer in use. …
Browse files Browse the repository at this point in the history
…Some other minor cleanup.
  • Loading branch information
spericas committed Feb 7, 2025
1 parent 87fa0bf commit 9762856
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 62 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ static PgClientConnectionPool create(Vertx vertx, PgConnectOptions options, Conf

abstract PgClientConnection clientConnection();

protected Config config() {
return config;
}

protected PgClientConnection newConnection() {
try {
PgConnection conn = PgConnection.connect(vertx, options)
Expand Down

This file was deleted.

0 comments on commit 9762856

Please sign in to comment.