# When running then
CREATE SEQUENCE foo_bar_id_seq MINVALUE 20;
# Results in this error
ERROR: out of memory
DETAIL: Failed on request of size 8192.
CONTEXT: SQL statement "SELECT COUNT(*)
FROM pg_class C
WHERE C.relnamespace = quote_ident(r_schema_name)::regnamespace::oid"
PL/pgSQL function xata_private.check_object_count() line 11 at SQL statement
# Or this error
ERROR: out of memory
DETAIL: Failed on request of size 8192.
CONTEXT: SQL statement "SELECT COUNT(*)
FROM pg_class C
WHERE C.relnamespace = quote_ident(r_schema_name)::regnamespace::oid"
PL/pgSQL function xata_private.check_object_count() line 11 at SQL statement
# When running then
CREATE SEQUENCE foo_bar_id_seq MINVALUE 20;
# Results in this error
ERROR: out of memory
DETAIL: Failed on request of size 8192.
CONTEXT: SQL statement "SELECT COUNT(*)
FROM pg_class C
WHERE C.relnamespace = quote_ident(r_schema_name)::regnamespace::oid"
PL/pgSQL function xata_private.check_object_count() line 11 at SQL statement
# Or this error
ERROR: out of memory
DETAIL: Failed on request of size 8192.
CONTEXT: SQL statement "SELECT COUNT(*)
FROM pg_class C
WHERE C.relnamespace = quote_ident(r_schema_name)::regnamespace::oid"
PL/pgSQL function xata_private.check_object_count() line 11 at SQL statement