Skip to content

Commit

Permalink
Update profiler.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
ebgitelman authored Sep 19, 2023
1 parent d8dd1b4 commit a3c3cb4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions advocacy_docs/pg_extensions/spl_check/using/profiler.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ When EDB SPL Check is initialized by `shared_preload_libraries`, it can allocate

Due to dependencies, `shared_preload_libraries` must contain `edbspl` first:

<!-- Use of edbspl above doesn't match code example -->

```sql
postgres=# show shared_preload_libraries ;
__OUTPUT__
Expand Down Expand Up @@ -119,4 +117,4 @@ __OUTPUT__
EDB SPL Check provides two functions:

- `spl_coverage_statements(name)`
- `spl_coverage_branches(name)`
- `spl_coverage_branches(name)`

0 comments on commit a3c3cb4

Please sign in to comment.