Re: Review: plpgsql.extra_warnings, plpgsql.extra_errors - Mailing list pgsql-hackers

From Petr Jelinek
Subject Re: Review: plpgsql.extra_warnings, plpgsql.extra_errors
Date
Msg-id 53297158.1070503@2ndquadrant.com
Whole thread Raw
In response to Review: plpgsql.extra_warnings, plpgsql.extra_errors  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: Review: plpgsql.extra_warnings, plpgsql.extra_errors
Re: Review: plpgsql.extra_warnings, plpgsql.extra_errors
List pgsql-hackers
On 19/03/14 09:45, Pavel Stehule wrote:
> 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
>


Thanks! Attached new version of the patch with the above change.


--
  Petr Jelinek                  http://www.2ndQuadrant.com/
  PostgreSQL Development, 24x7 Support, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: ALTER TABLE lock strength reduction patch is unsafe Reply-To:
Next
From: Fujii Masao
Date:
Subject: Re: Archive recovery won't be completed on some situation.