Report proper GUC parameter names in error messages

From: Gurjeet Singh <singh(dot)gurjeet(at)gmail(dot)com>
To: PGSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Report proper GUC parameter names in error messages
Date: 2012-09-05 22:57:53
Message-ID: CABwTF4X4aD_MT9rAC4E5OyUrXgqC+4cQKeZ4LzJO-VFPoAz_NA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Error messages when terminating xlog redo leads the user to believe that
there are parameters named max_prepared_xacts and max_locks_per_xact, which
is not true. This patch corrects the parameter names emitted in the logs.

Best regards,
--
Gurjeet Singh

Attachment Content-Type Size
proper_GUC_names.patch application/octet-stream 756 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2012-09-05 23:06:14 Re: Draft release notes complete
Previous Message Josh Berkus 2012-09-05 22:30:53 Re: Proof of concept: standalone backend with full FE/BE protocol