Re: [HACKERS] Report proper GUC parameter names in error messages

2012-09-05 Thread Tom Lane
Gurjeet Singh 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.

[HACKERS] Report proper GUC parameter names in error messages

2012-09-05 Thread Gurjeet Singh
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 proper_GUC_names.patch Description: Binar