Re: Unnecessary call to resetPQExpBuffer in getIndexes - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: Unnecessary call to resetPQExpBuffer in getIndexes
Date
Msg-id 20220209182110.GE1627503@nathanxps13
Whole thread Raw
In response to Unnecessary call to resetPQExpBuffer in getIndexes  (Julien Rouhaud <rjuju123@gmail.com>)
Responses Re: Unnecessary call to resetPQExpBuffer in getIndexes  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
List pgsql-hackers
On Wed, Feb 09, 2022 at 10:50:07AM +0800, Julien Rouhaud wrote:
> I just noticed that e2c52beecd (adding PeterE in Cc) added a resetPQExpBuffer()
> which seems unnecessary since the variable is untouched since the initial
> createPQExpBuffer().
> 
> Simple patch attached.

LGTM

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: [PATCH v2] use has_privs_for_role for predefined roles
Next
From: "Euler Taveira"
Date:
Subject: Re: Identify missing publications from publisher while create/alter subscription.