Re: [HACKERS] Last infomask bit
| От | Bruce Momjian |
|---|---|
| Тема | Re: [HACKERS] Last infomask bit |
| Дата | |
| Msg-id | 200701092244.l09MifO00861@momjian.us обсуждение исходный текст |
| Ответ на | Re: [HACKERS] Last infomask bit (Tom Lane <tgl@sss.pgh.pa.us>) |
| Список | pgsql-patches |
Tom Lane wrote:
> Bruce Momjian <bruce@momjian.us> writes:
>
> > SHOW ALL has:
>
> > log_temp_files | -1 | Log the use of temporary files larger than th
>
> Yeah, but if you do "SET log_temp_files = -1", does it still say that?
> I'm worried that will change it to -1024.
You can rest easy tonight. :-)
test=> SET log_temp_files = -1;
SET
test=> SHOW log_temp_files;
log_temp_files
----------------
-1
(1 row)
test=> SET log_temp_files = 1;
SET
test=> SHOW log_temp_files;
log_temp_files
----------------
1kB
(1 row)
--
Bruce Momjian bruce@momjian.us
EnterpriseDB http://www.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
В списке pgsql-patches по дате отправления: