mirror of https://github.com/citusdata/citus.git
Fixed postgres message
parent
fe32e84552
commit
01fb7c7db3
|
@ -53,4 +53,4 @@ END;
|
||||||
$$
|
$$
|
||||||
language plpgsql;
|
language plpgsql;
|
||||||
NOTICE: Skipping alter database .. REFRESH COLLATION VERSION for PostgreSQL version < 15.
|
NOTICE: Skipping alter database .. REFRESH COLLATION VERSION for PostgreSQL version < 15.
|
||||||
+CONTEXT: PL/pgSQL function inline_code_block line 12 at RAISE
|
CONTEXT: PL/pgSQL function inline_code_block line XX at RAISE
|
Loading…
Reference in New Issue