Closed Orion7r closed 3 years ago
Tables in the pg_catalog system schema are used in PgBench. Compatibility is now achieved for these tables.
What's Changed:
Achieve compatibility of 'pg_catalog' system schema in PostgreSQL. Add some system tables to the pg_catalog system schema.
How it Works: Compatible with system tables in pg_catalog used in PgBench.
Tests
What problem does this PR solve?
Tables in the pg_catalog system schema are used in PgBench. Compatibility is now achieved for these tables.
What is changed and how it works?
What's Changed:
Achieve compatibility of 'pg_catalog' system schema in PostgreSQL. Add some system tables to the pg_catalog system schema.
How it Works: Compatible with system tables in pg_catalog used in PgBench.
Tests