mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 09:38:21 +00:00
Fix typo in a pg version check
This commit is contained in:
parent
7033609dfe
commit
0df360e61e
1 changed files with 1 additions and 1 deletions
|
|
@ -2254,7 +2254,7 @@ hypo_injectHypotheticalPartitioning(PlannerInfo *root,
|
|||
#endif
|
||||
}
|
||||
|
||||
#if PGVERSION_NUM < 110000
|
||||
#if PG_VERSION_NUM < 110000
|
||||
/*
|
||||
* If this rel is need not be scanned, we have to mark it as dummy to omit it
|
||||
* from the appendrel
|
||||
|
|
|
|||
Loading…
Reference in a new issue