Added IVFFLAT_KMEANS_DEBUG to readme [skip ci]

This commit is contained in:
Andrew Kane
2024-01-17 22:12:39 -08:00
parent 1ff9ab5133
commit 8f1b669c4f

View File

@@ -796,6 +796,12 @@ To enable assertions:
make clean && PG_CFLAGS="-DUSE_ASSERT_CHECKING" make && make install
```
To get k-means metrics:
```sh
make clean && PG_CFLAGS="-DIVFFLAT_KMEANS_DEBUG" make && make install
```
Resources for contributors
- [Extension Building Infrastructure](https://www.postgresql.org/docs/current/extend-pgxs.html)