mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00:00
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.
This commit is contained in:
@@ -6,3 +6,5 @@ COMMENT ON EXTENSION pg_stat_statements IS 'track execution statistics of all SQ
|
|||||||
SET transaction_timeout = 0;
|
SET transaction_timeout = 0;
|
||||||
SET default_table_access_method = heap;
|
SET default_table_access_method = heap;
|
||||||
SET default_with_oids = false;
|
SET default_with_oids = false;
|
||||||
|
^\\restrict
|
||||||
|
^\\unrestrict
|
||||||
|
|||||||
Reference in New Issue
Block a user