Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 39b3bd8

Browse files
committed
[pg_pathman]: compatibility fix for unreleased 10.4
1 parent 4a2a07e commit 39b3bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_pathman/src/include/compat/pg_compat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ static inline void mult_result_handler() { elog(ERROR, ERR_PART_ATTR_MULTIPLE_RE
321321
/*
322322
* extract_actual_join_clauses()
323323
*/
324-
#if (PG_VERSION_NUM >= 100004) || \
324+
#if (PG_VERSION_NUM >= 100003) || \
325325
(PG_VERSION_NUM < 100000 && PG_VERSION_NUM >= 90609) || \
326326
(PG_VERSION_NUM < 90600 && PG_VERSION_NUM >= 90513)
327327
#define extract_actual_join_clauses_compat(restrictinfo_list, \

0 commit comments

Comments
 (0)