We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627fcf0 commit 0643f46Copy full SHA for 0643f46
README.md
@@ -6,7 +6,7 @@ sr_plan looks like Oracle Outline system. It can be used to lock the execution p
6
7
## Build
8
9
-Dependencies: >= Python 3.2, Mako, pycparser
+Dependencies: >= Python 3.2, Mako, pycparser >= 2.19
10
If you only have a Python you can use the virtual environment:
11
```bash
12
virtualenv env
@@ -23,7 +23,7 @@ make USE_PGXS=1 install
23
24
and modify your postgres config:
25
```
26
-shared_preload_libraries = 'sr_plan.so'
+shared_preload_libraries = 'sr_plan'
27
28
29
## Usage
0 commit comments