Re: BUG #1466: #maintenace_work_mem = 16384

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Joe Brown" <joebrown(at)rclooke(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1466: #maintenace_work_mem = 16384
Date: 2005-02-08 15:48:16
Message-ID: 6790.1107877696@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Joe Brown" <joebrown(at)rclooke(dot)com> writes:
> Uncommenting
> maintenace_work_mem = 16384
> caused the server immediately stop after start.

You apparently managed to change the spelling while uncommenting;
the actual line in the sample file is

#maintenance_work_mem = 16384 # min 1024, size in KB
^

> No errors reported, no logs generated.

The error is reported. For instance, when I try this I get
$ postmaster
FATAL: unrecognized configuration parameter "maintenace_work_mem"
$

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2005-02-08 15:57:48 Re: bug: erroronous ret-value for system() call in 2.6-kernel
Previous Message rob 2005-02-08 14:59:07 Re: SELECT returning too many rows (?)