Skip to content

Commit 32b8f0b

Browse files
committed
Remove spurious return.
Per buildfarm member anole. Author: Andres Freund
1 parent d9c5e96 commit 32b8f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/access/tableam.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ extern TableScanDesc table_beginscan_parallel(Relation rel, ParallelTableScanDes
398398
static inline void
399399
table_parallelscan_reinitialize(Relation rel, ParallelTableScanDesc pscan)
400400
{
401-
return rel->rd_tableam->parallelscan_reinitialize(rel, pscan);
401+
rel->rd_tableam->parallelscan_reinitialize(rel, pscan);
402402
}
403403

404404

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy