| From: | Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com> |
|---|---|
| To: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
| Subject: | Should CUSTER (ANALYZE) work? |
| Date: | 2026-07-21 21:36:55 |
| Message-ID: | CAN4CZFMVcgv1b2G-i+khs2MDnzWSr7O_53j_x+uhAxUV5rwWqw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Hello
CLUSTER (ANALYZE) seems to be accepted in 19b2, but it's missing from
the documentation. It could be a documentation bug, but since the
error message it prints also references REPACK, it seems more likely
that a check is missing.
Attached patch adds an error check similar to how CONCURRENTLY is handled.
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-Reject-the-ANALYZE-option-in-CLUSTER.patch | application/octet-stream | 2.8 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Masahiko Sawada | 2026-07-22 02:51:33 | Re: BUG #19556: Segmentation fault in test_decoding |
| Previous Message | surya poondla | 2026-07-21 18:55:14 | Re: Two issues with REFRESH MATERIALIZED VIEW CONCURRENTLY |