From b5f09a7f19d0d3a77c6306cc4f2cf578e703db4b Mon Sep 17 00:00:00 2001 From: Bhuvnesh Chaudhary Date: Wed, 18 Apr 2018 11:59:25 -0700 Subject: [PATCH] Add the new column stainherit in minirepro dumps This commit includes the stainherit columns in minirepro output recently added. --- gpMgmt/bin/minirepro | 1 + 1 file changed, 1 insertion(+) diff --git a/gpMgmt/bin/minirepro b/gpMgmt/bin/minirepro index eb1d722e75..56bd0b0adb 100755 --- a/gpMgmt/bin/minirepro +++ b/gpMgmt/bin/minirepro @@ -225,6 +225,7 @@ def dump_stats(cur, oid_str, f_out): 'INSERT INTO pg_statistic VALUES (\n' \ '{5});\n\n' types = ['smallint', # staattnum + 'boolean', 'real', 'integer', 'real', -- GitLab