Skip to content

Commit

Permalink
Merge pull request #3156 from szarnyasg/nits-20240625a
Browse files Browse the repository at this point in the history
Nit
  • Loading branch information
szarnyasg committed Jun 25, 2024
2 parents e2dd67f + 2e28ffe commit 06fa2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/sqllogictest/persistent_testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ NULL
15
```

Note that by default the tests run with `SET wal_autocheckpoint='0KB'` – meaning a checkpoint is triggered after every statement. WAL tests typically run with the following settings to disable this behavior:
Note that by default the tests run with `SET wal_autocheckpoint = '0KB'` – meaning a checkpoint is triggered after every statement. WAL tests typically run with the following settings to disable this behavior:

```sql
statement ok
Expand Down

0 comments on commit 06fa2ac

Please sign in to comment.