pgsql: Assorted trivial cleanup of c5c239e26e

From: Melanie Plageman <melanieplageman(at)gmail(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Assorted trivial cleanup of c5c239e26e
Date: 2025-03-21 18:07:58
Message-ID: E1tvgmk-000KzK-0Q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Assorted trivial cleanup of c5c239e26e

c5c239e26e made btree vacuum use the read stream API. Though it used
functions declared in read_stream.h, it relied on transitively including
it. Explicitly include that file. Also remove an extraneous newline and
decrease the scope of one of the local variables in btvacuumscan().

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3f850c3fc5442084d13122be7f54335e4d017bef

Modified Files
--------------
src/backend/access/nbtree/nbtree.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-03-21 19:14:44 pgsql: Place "extern" declaration in the right part of pg_class.h.
Previous Message David G. Johnston 2025-03-21 16:39:26 Re: pgsql: Add vacuum_truncate configuration parameter.