Summary:
With D46891, ANALYZE bumps up the catalog version by one for every table involved. With that, adding a new YSQL catalog table requires multiple changes to the expected output of yb.orig.catalog_version (shifting the current version by one at multiple places). This is unnecessary and can be avoided by simply moving the `ANALYZE;` (ie, analyze without relation list) test to the end of the file. This revision does that.
Jira: DB-19010
Test Plan: ./yb_build.sh --java-test 'org.yb.pgsql.TestPgRegressMisc#testPgRegressMiscIndependent'
Reviewers: stiwary, jason
Reviewed By: jason
Subscribers: jason, yql
Differential Revision: https://phorge.dev.yugabyte.com/D48020