On Wed, Jan 5, 2022 at 5:01 PM vignesh C <vignes...@gmail.com> wrote:
>
...
> 4) Should this be posted as a separate patch in a new thread, as it is
> not part of row filtering:
> --- a/src/include/parser/parse_node.h
> +++ b/src/include/parser/parse_node.h
> @@ -79,7 +79,7 @@ typedef enum ParseExprKind
>         EXPR_KIND_CALL_ARGUMENT,        /* procedure argument in CALL */
>         EXPR_KIND_COPY_WHERE,           /* WHERE condition in COPY FROM */
>         EXPR_KIND_GENERATED_COLUMN, /* generation expression for a column */
> -       EXPR_KIND_CYCLE_MARK,           /* cycle mark value */
> +       EXPR_KIND_CYCLE_MARK            /* cycle mark value */
>  } ParseExprKind;
>

Fixed in v59* [1]

I started a new thread (with patch) for this one. See
https://www.postgresql.org/message-id/flat/CAHut%2BPsqr93nng7diTXxtUD636u7ytA%3DMq2duRphs0CBzpfDTA%40mail.gmail.com

------
[1] 
https://www.postgresql.org/message-id/CAHut%2BPsiw9fbOUTpCMWirut1ZD5hbWk8_U9tZya4mG-YK%2Bfq8g%40mail.gmail.com

Kind Regards,
Peter Smith.
Fujitsu Australia


Reply via email to