Report proper GUC parameter names in error messages

Started by Gurjeet Singhover 13 years ago2 messageshackers
Jump to latest
#1Gurjeet Singh
singh.gurjeet@gmail.com

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

Attachments:

proper_GUC_names.patchapplication/octet-stream; name=proper_GUC_names.patchDownload+2-2
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Gurjeet Singh (#1)
Re: Report proper GUC parameter names in error messages

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