diff options
Diffstat (limited to 'contrib/pageinspect/sql')
| -rw-r--r-- | contrib/pageinspect/sql/page.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pageinspect/sql/page.sql b/contrib/pageinspect/sql/page.sql index a304151f07a..97eef9829a7 100644 --- a/contrib/pageinspect/sql/page.sql +++ b/contrib/pageinspect/sql/page.sql @@ -1,7 +1,7 @@ CREATE EXTENSION pageinspect; -CREATE TABLE test1 (a int, b text); -INSERT INTO test1 VALUES (1, 'one'); +CREATE TABLE test1 (a int, b int); +INSERT INTO test1 VALUES (16777217, 131584); VACUUM test1; -- set up FSM |
