add (void) cast inside advance_aggregates for function ExecEvalExprSwitchContext

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: add (void) cast inside advance_aggregates for function ExecEvalExprSwitchContext
Date: 2023-09-03 03:16:41
Message-ID: CACJufxHGZDtH_Dc9ZSFYsPyLuNzCFe07ZaHRQi9v9af7gqGA_A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi.
In src/backend/executor/nodeAgg.c
817: advance_aggregates(AggState *aggstate)

Do we need to add "(void)" before ExecEvalExprSwitchContext?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2023-09-03 05:48:01 Re: Testing autovacuum wraparound (including failsafe)
Previous Message Thomas Munro 2023-09-03 00:17:56 Re: Query execution in Perl TAP tests needs work