pgsql: vacuumlazy.c: Remove unnecessary parentheses.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: vacuumlazy.c: Remove unnecessary parentheses.
Date: 2021-08-27 16:48:13
Message-ID: E1mJf1Z-00054I-DM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

vacuumlazy.c: Remove unnecessary parentheses.

This was arguably a minor oversight in commit b4af70cb, which cleaned up
the function signatures of functions that modify IndexBulkDeleteResult
variables.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/de5dcb0796e281fae0ee25ea33b915240de319f6

Modified Files
--------------
src/backend/access/heap/vacuumlazy.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2021-08-27 20:09:12 pgsql: Reorder log_autovacuum_min_duration log output.
Previous Message Peter Eisentraut 2021-08-27 16:21:06 pgsql: Change Texinfo output to UTF-8