Remove superfluous PQExpBuffer resetting
Since the buffer was just created, there is no reason to immediately
reset it.
Reviewed-by: Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>
Discussion: https://postgr.es/m/C2F05B3C-1414-45DD-AE09-6FEE4D0F89BD@yesql.se
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/1a123e3b136bf38ebf5f7a97b358306998f8a61f
Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 2 --
1 file changed, 2 deletions(-)