Skip to content

Commit 7ae78d3

Browse files
committed
chore(ci): fix some settings
1 parent c6b29b1 commit 7ae78d3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/core/postgrest-js/test/db/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ services:
3838
POSTGRES_DB: postgres
3939
POSTGRES_USER: postgres
4040
POSTGRES_PASSWORD: postgres
41+
command: postgres -c compute_query_id=on
4142
pgmeta:
4243
image: supabase/postgres-meta:v0.91.5
4344
ports:

packages/core/postgrest-js/test/transforms.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,6 @@ test('explain with options', async () => {
405405
"Plan": Any<Object>,
406406
"Query Identifier": Any<Number>,
407407
"Settings": Object {
408-
"effective_cache_size": "128MB",
409408
"search_path": "\\"public\\", \\"extensions\\"",
410409
},
411410
},

0 commit comments

Comments
 (0)