From 8f1b669c4f0055eee6fb25a44598328bdff6965f Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 17 Jan 2024 22:12:39 -0800 Subject: [PATCH] Added IVFFLAT_KMEANS_DEBUG to readme [skip ci] --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6012416..3218634 100644 --- a/README.md +++ b/README.md @@ -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)