Remove superfluous PQExpBuffer resetting
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Wed, 2 Oct 2024 11:07:31 +0000 (13:07 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Wed, 2 Oct 2024 11:07:31 +0000 (13:07 +0200)
commit1a123e3b136bf38ebf5f7a97b358306998f8a61f
treeb6910fadf82093673897f16266b7b8ebf6a74b2c
parent94902b146fae024c03f80d496a0da5ba9751c9b5
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: http://postgr.es/m/C2F05B3C-1414-45DD-AE09-6FEE4D0F89BD@yesql.se
src/bin/pg_dump/pg_dump.c