Re: bugfix: incomplete implementation of errhidecontext

From: Jeevan Chalke <jeevan(dot)chalke(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: bugfix: incomplete implementation of errhidecontext
Date: 2015-06-08 14:44:53
Message-ID: 20150608144453.2620.45727.pgcf@coridan.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The following review has been posted through the commitfest application:
make installcheck-world: tested, passed
Implements feature: tested, passed
Spec compliant: tested, passed
Documentation: tested, passed

This is trivial bug fix in the area of hiding error context.

I observed that there are two places from which we are calling this function
to hide the context in log messages. Those were broken.

This patch fixes those.

So good to go in.

The new status of this patch is: Ready for Committer

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2015-06-08 14:49:44 Re: bugfix: incomplete implementation of errhidecontext
Previous Message Noah Misch 2015-06-08 14:13:25 Re: [COMMITTERS] pgsql: Add pg_audit, an auditing extension