mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Merge pull request #3138 from ebean-orm/feature/postgres-queryplan-capture-buffers
[Postgres] Include buffers in Postgres explain - explain (analyze, buffers)
This commit is contained in:
@@ -5,7 +5,7 @@ import io.ebean.test.containers.PostgresContainer;
|
||||
public class StartPostgres {
|
||||
|
||||
public static void main(String[] args) {
|
||||
PostgresContainer.builder("14")
|
||||
PostgresContainer.builder("15")
|
||||
.dbName("unit")
|
||||
//.port(6432)
|
||||
//.user("unit")
|
||||
|
||||
Reference in New Issue
Block a user