From 0890130e32f28373937130375c5cb0c89639924e Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Thu, 26 Jul 2018 10:48:50 +0200 Subject: [PATCH] Fix DDL syntax in pg_upgrade test --- contrib/pg_upgrade/test_gpdb_pre.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pg_upgrade/test_gpdb_pre.sql b/contrib/pg_upgrade/test_gpdb_pre.sql index c88ac921e9..a8d2883761 100644 --- a/contrib/pg_upgrade/test_gpdb_pre.sql +++ b/contrib/pg_upgrade/test_gpdb_pre.sql @@ -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); -- GitLab