Re: Adding REPACK [concurrently] - Mailing list pgsql-hackers

From Álvaro Herrera
Subject Re: Adding REPACK [concurrently]
Date
Msg-id 202510091147.en7vvneymeea@alvherre.pgsql
Whole thread Raw
In response to Re: Adding REPACK [concurrently]  (Antonin Houska <ah@cybertec.at>)
List pgsql-hackers
On 2025-Oct-09, Antonin Houska wrote:

> +    /*
> +     * Make sure ANALYZE is specified if a column list is present.
> +     */
> +    if ((params->options & CLUOPT_ANALYZE) == 0 && stmt->relation->va_cols != NIL)
> +        ereport(ERROR,
> +                (errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
> +                 errmsg("ANALYZE option must be specified when a column list is provided")));
> 
> Shouldn't the user documentation mention this restriction?

Hmm, yeah, I guess it should.  Will add.

-- 
Álvaro Herrera        Breisgau, Deutschland  —  https://www.EnterpriseDB.com/
"¿Cómo puedes confiar en algo que pagas y que no ves,
y no confiar en algo que te dan y te lo muestran?" (Germán Poo)



pgsql-hackers by date:

Previous
From: Mingli Zhang
Date:
Subject: Re: Add downloaded files to gitignore
Next
From: Nazir Bilal Yavuz
Date:
Subject: Upgrade macOS CI image from Sonoma to Sequoia