提交 0890130e 编写于 作者: D Daniel Gustafsson

Fix DDL syntax in pg_upgrade test

上级 aadbd353
......@@ -11,4 +11,4 @@ CREATE DATABASE pgutest;
\c pgutest;
CREATE TABLE t (a integer, b numeric);
CREATE TALBE tt (a integer, b numeric) WITH (appendonly = true);
CREATE TABLE tt (a integer, b numeric) WITH (appendonly = true);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册