提交 5a5fe92a 编写于 作者: D Daniel Gustafsson

Remove matchsub regex no longer required

Commit 0bf31cd6 ensured that we are using proper error codes
instead of internal errors with filename:location. Remove this
left over regex which will no longer be useful.
上级 65973296
......@@ -268,8 +268,8 @@ sub init_match_subs
$here_matchsubs = << 'EOF_matchsubs';
# some cleanup of greenplum-specific messages
m/\s+(?:\W)?(?:\W)?\(seg.*pid.*\)/
s/\s+(\W)?(\W)?\(seg.*pid.*\)//
m/\s+\(seg.*pid.*\)/
s/\s+\(seg.*pid.*\)//
# distributed transactions
m/^(?:ERROR|WARNING|CONTEXT|NOTICE):.*gid\s+=\s+(?:\d+)/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册