No new node-wide object added so far in PG17, change assert

pg17_kickoff
naisila 2024-07-08 21:54:50 +02:00
parent 85a3ed04fc
commit 2434effd85
No known key found for this signature in database
GPG Key ID: A824BA9862D73E6D
1 changed files with 1 additions and 1 deletions

View File

@ -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)