Skip to content

Commit c882f07

Browse files
committed
fix review comments
1 parent 97845bf commit c882f07

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

EN/modules/ROOT/pages/master/5.7.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Setup Environment
2626
```
2727
==== Install msgpack-c
2828

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.
3030
```bash
3131
sudo apt install libmsgpack-dev
3232
```
@@ -81,6 +81,10 @@ postgres=# SELECT * FROM pg_available_extensions WHERE name = 'pgroonga';
8181
(1 row)
8282
8383
postgres=# select version();
84+
version
85+
--------------------------------------------------------------------------------
86+
PostgreSQL (IvorySQL 5.0) 18.0 on x86_64-linux, compiled by gcc-13.3.0, 64-bit
87+
(1 row)
8488
```
8589

8690
== Usage

0 commit comments

Comments
 (0)