From d0644a9884bf1127d150cf995f9613f61e12b6ff Mon Sep 17 00:00:00 2001 From: Ibrahim Halatci Date: Wed, 2 Jul 2025 15:46:12 +0300 Subject: [PATCH] results of extension compatibility testing --- EXTENSION_COMPATIBILITY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EXTENSION_COMPATIBILITY.md b/EXTENSION_COMPATIBILITY.md index 35307a43e..194c43cb3 100644 --- a/EXTENSION_COMPATIBILITY.md +++ b/EXTENSION_COMPATIBILITY.md @@ -36,8 +36,8 @@ | pg_cron | Yes | | | pg_diskann | Yes | | | pg_failover_slots | To be tested | | -| pg_freespacemap | Partially | Users can set citus.override_table_visibility='off'; to get accurate calcualtion of free space map. | -| pg_hint_plan | Partially | Works fine side by side, but hints are ignored for distirbuted queries | +| pg_freespacemap | Partially | Users can set citus.override_table_visibility='off'; to get accurate calculation of free space map. | +| pg_hint_plan | Partially | Works fine side by side, but hints are ignored for distributed queries | | pg_partman | Yes | | | pg_prewarm | Partially | In order to prewarm distributed tables, set " citus.override_table_visibility" to off, and run prewarm for each shard. This needs to be done at each node. | | pg_repack | Partially | Extension relies on triggers, but Citus does not support triggers over distributed tables. It works fine on local tables. | @@ -74,4 +74,4 @@ | uuid-ossp | Yes | | | vector (aka pg_vector) | Yes | | | wal2json | To be tested | | -| xml2 | To be tested | |s \ No newline at end of file +| xml2 | To be tested | | \ No newline at end of file