Thread: Report proper GUC parameter names in error messages

Report proper GUC parameter names in error messages

From
Gurjeet Singh
Date:
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

Re: Report proper GUC parameter names in error messages

From
Tom Lane
Date:
Gurjeet Singh <singh.gurjeet@gmail.com> writes:
> 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.

Good catch --- applied.
        regards, tom lane