Fix a mistake of merging.

Also fix regression test failure.
This commit is contained in:
Masahiko Sawada
2017-04-11 23:43:11 +09:00
parent d55a08fc1e
commit a6b2b0e82e
3 changed files with 4 additions and 0 deletions

View File

@ -184,6 +184,8 @@ FROM (
WHERE oid = $1
) as t
$$
LANGUAGE sql STABLE STRICT;
-- GET a SQL text to set column storage option for the table.
CREATE FUNCTION repack.get_alter_col_storage(oid)