From 1eaf3d4aa8afffb15c3ba08ff7a1549dcdee711f Mon Sep 17 00:00:00 2001 From: Weimin Yu Date: Mon, 25 Aug 2025 17:17:49 +0000 Subject: [PATCH] Fix the schema-verifier in Cloud Build (#2812) This is the same problem as the one that broke the Java test: pg_dump upgrade to 17.6 added new meta command lines. --- release/schema-verifier/allowed_diffs.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release/schema-verifier/allowed_diffs.txt b/release/schema-verifier/allowed_diffs.txt index 879ce5a89..49fcef724 100644 --- a/release/schema-verifier/allowed_diffs.txt +++ b/release/schema-verifier/allowed_diffs.txt @@ -6,3 +6,5 @@ COMMENT ON EXTENSION pg_stat_statements IS 'track execution statistics of all SQ SET transaction_timeout = 0; SET default_table_access_method = heap; SET default_with_oids = false; +^\\restrict +^\\unrestrict