Assorted trivial cleanup of c5c239e26e

Melanie Plageman <melanieplageman@gmail.com>

Commit: 3f850c3fc5442084d13122be7f54335e4d017bef
Author: Melanie Plageman <melanieplageman@gmail.com>
Date: 2025-03-21T18:06:40Z
Releases: 18.0
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().

Files

PathChange+/−
src/backend/access/nbtree/nbtree.c modified +2 −3