Assorted trivial cleanup of c5c239e26e
authorMelanie Plageman <melanieplageman@gmail.com>
Fri, 21 Mar 2025 18:05:21 +0000 (14:05 -0400)
committerMelanie Plageman <melanieplageman@gmail.com>
Fri, 21 Mar 2025 18:06:40 +0000 (14:06 -0400)
commit3f850c3fc5442084d13122be7f54335e4d017bef
treeb43f6a8ccc9824a0072653a90a6ba421a9b0ab86
parent7fe312f6092f47724a29e30fb2992bd2bc287687
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().
src/backend/access/nbtree/nbtree.c