/* * AlterOperator * routine implementing ALTER OPERATOR <operator> SET (option = ...). * * Currently, only RESTRICT and JOIN estimator functions can be changed. */ ObjectAddress AlterOperator(AlterOperatorStmt *stmt)
The above comment needs to change, other than that, it passed the test, works as expected.