pg_restore: creating INDEX "public.expression_tsvector_to_array_idx"
pg_restore: while PROCESSING TOC:
pg_restore: from TOC entry 2803; 1259 16387 INDEX expression_tsvector_to_array_idx yugabyte
pg_restore: error: could not execute query: ERROR: The catalog snapshot used for this transaction has been invalidated: expected: 10000, got: 1: MISMATCHED_SCHEMA
Command was: CREATE INDEX "expression_tsvector_to_array_idx" ON "public"."expression" USING "ybgin" ("tsvector_to_array"("v"));
Issue Type
kind/bug
Warning: Please confirm that this issue does not contain any sensitive information
[X] I confirm this issue does not contain any sensitive information.
Jira Link: DB-14102
Description
Add the test:
Run the test:
The upgrade fails with the pg_restore output:
Issue Type
kind/bug
Warning: Please confirm that this issue does not contain any sensitive information