Re: Report proper GUC parameter names in error messages

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Gurjeet Singh <singh.gurjeet@gmail.com>
Cc: PGSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2012-09-06T01:50:08Z
Lists: pgsql-hackers
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