Remove superfluous PQExpBuffer resetting

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: 1a123e3b136bf38ebf5f7a97b358306998f8a61f
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2024-10-02T11:07:31Z
Releases: 18.0
Remove superfluous PQExpBuffer resetting

Since the buffer was just created, there is no reason to immediately
reset it.

Reviewed-by: Ranier Vilela <ranier.vf@gmail.com>
Discussion: https://postgr.es/m/C2F05B3C-1414-45DD-AE09-6FEE4D0F89BD@yesql.se

Files

PathChange+/−
src/bin/pg_dump/pg_dump.c modified +0 −2

Discussion