Content-Length: 286806 | pFad | http://github.com/postgrespro/postgres/commit/6e70443edacfc86674995c0c10ade0aec7a4fddf
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e75a3 commit 6e70443Copy full SHA for 6e70443
src/test/regress/expected/brin.out
@@ -26,7 +26,7 @@ CREATE TABLE brintest (byteacol bytea,
26
int4rangecol int4range,
27
lsncol pg_lsn,
28
boxcol box
29
-) WITH (fillfactor=10);
+) WITH (fillfactor=10, autovacuum_enabled=off);
30
INSERT INTO brintest SELECT
31
repeat(stringu1, 8)::bytea,
32
substr(stringu1, 1, 1)::"char",
src/test/regress/sql/brin.sql
Fetched URL: http://github.com/postgrespro/postgres/commit/6e70443edacfc86674995c0c10ade0aec7a4fddf
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments