pgsql: Remove superfluous PQExpBuffer resetting

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove superfluous PQExpBuffer resetting
Date: 2024-10-02 11:27:43
Message-ID: E1svxWB-001qYS-3M@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-10-02 12:55:38 pgsql: doc: Missing markup, punctuation and wordsmithing
Previous Message Daniel Gustafsson 2024-10-02 10:31:36 pgsql: doc: Add link to login event trigger example