Re: Unnecessary call to resetPQExpBuffer in getIndexes
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Julien Rouhaud <rjuju123@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org, peter.eisentraut@enterprisedb.com
Date: 2022-02-09T18:21:10Z
Lists: 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
Commits
-
Remove unnecessary resetPQExpBuffer call
- 4c5c41b4d985 15.0 landed