mirror of https://github.com/citusdata/citus.git
No new node-wide object added so far in PG17, change assert
parent
85a3ed04fc
commit
2434effd85
|
@ -169,7 +169,7 @@ IsNodeWideObjectClass(ObjectClass objectClass)
|
|||
* If new object classes are added and none of them are node-wide, then update
|
||||
* this assertion check based on latest supported major Postgres version.
|
||||
*/
|
||||
StaticAssertStmt(PG_MAJORVERSION_NUM <= 16,
|
||||
StaticAssertStmt(PG_MAJORVERSION_NUM <= 17,
|
||||
"better to check if any of newly added ObjectClass'es are node-wide");
|
||||
|
||||
switch (objectClass)
|
||||
|
|
Loading…
Reference in New Issue