Re: Missing free_var() at end of accum_sum_final()?

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Joel Jacobson <joel(at)compiler(dot)org>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Missing free_var() at end of accum_sum_final()?
Date: 2023-02-16 07:18:12
Message-ID: Y+3YtEidWHyoi7pz@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Feb 16, 2023 at 08:08:37AM +0100, Joel Jacobson wrote:
> I added the free_var() calls after strip_var() to match the similar
> existing code at the end of sqrt_var().
> Not that it matters, but thought it looked nicer to keep them in the
> same order.

WFM. Thanks!
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Jones 2023-02-16 07:51:16 Re: [PATCH] Add pretty-printed XML output option
Previous Message Michael Paquier 2023-02-16 07:17:16 Re: DDL result is lost by CREATE DATABASE with WAL_LOG strategy