Skip to content

Commit 0137d19

Browse files
committed
REL10 typo fix
1 parent 6a60886 commit 0137d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/compat/pg_compat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ extern AttrNumber *convert_tuples_by_name_map(TupleDesc indesc,
808808
generate_gather_paths((root), (rel), false)
809809
#elif PG_VERSION_NUM >= 90600
810810
#define generate_gather_paths_compat(root, rel) \
811-
generate_gather_paths((rel), (heap_pages), false)
811+
generate_gather_paths((root), (rel))
812812
#else
813813
#define generate_gather_paths_compat(root, rel)
814814
#endif

0 commit comments

Comments
 (0)