pgsql: vacuumlazy.c: Remove unnecessary parentheses. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: vacuumlazy.c: Remove unnecessary parentheses.
Date
Msg-id E1mJf1Z-00054I-DM@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Change Texinfo output to UTF-8
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Reorder log_autovacuum_min_duration log output.