Review: plpgsql.extra_warnings, plpgsql.extra_errors

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Petr Jelinek <petr(at)2ndquadrant(dot)com>, Simon Riggs <simon(at)2ndquadrant(dot)com>, Marko Tiikkaja <marko(at)joh(dot)to>
Subject: Review: plpgsql.extra_warnings, plpgsql.extra_errors
Date: 2014-03-19 08:45:21
Message-ID: CAFj8pRC_Ns4AgNPt12T3vwG4dk_=uF5g-RUDuT2jDn_zOQDWPA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello

This patch introduce a possibility to implement some new checks without
impact to current code.

1. there is a common agreement about this functionality, syntax, naming

2. patching is clean, compilation is without error and warning

3. all regress tests passed

4. feature is well documented

5. code is clean, documented and respect out codding standards

Note: please, replace "shadowed-variables" by "shadowed_variables"

This patch is ready for commit

Regards

Pavel Stehule

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sandro Santilli 2014-03-19 08:57:02 Re: Leaking regexp_replace in 9.3.1 ? (was: [HACKERSUninterruptable regexp_replace in 9.3.1 ?)
Previous Message Kyotaro HORIGUCHI 2014-03-19 08:28:06 Re: Archive recovery won't be completed on some situation.