Skip to content

Commit d7f4bd0

Browse files
committed
fix(docker): enable track_functions in postgres config
Add track_functions=all to postgres command to support function statistics tracking required by test_helpers_test. This was previously configured in Dockerfile.pgtap but needed for standard postgres images.
1 parent c67e2dd commit d7f4bd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ services:
22
postgres: &postgres
33
container_name: postgres
44
image: postgres:17
5+
command: postgres -c track_functions=all
56
ports:
67
- 7432:7432
78
environment:

0 commit comments

Comments
 (0)