You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EN/modules/ROOT/pages/master/5.7.adoc
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Setup Environment
26
26
```
27
27
==== Install msgpack-c
28
28
29
-
When compiling PGroonga with `HAVE_MSGPACK=1`, which is used to support WAL. Enabling this option requires installing msgpack-c 1.4.1 or later.
29
+
When compile PGroonga, there is an option: `HAVE_MSGPACK=1`, which is used to support WAL. Enabling this option requires installing msgpack-c 1.4.1 or newer version.
30
30
```bash
31
31
sudo apt install libmsgpack-dev
32
32
```
@@ -81,6 +81,10 @@ postgres=# SELECT * FROM pg_available_extensions WHERE name = 'pgroonga';
0 commit comments