Re: [HACKERS] Disk block size issues.

Поиск
Список
Период
Сортировка
Искать
От
Shiby Thomas
Тема
Re: [HACKERS] Disk block size issues.
Дата
Msg-id
199801092240.RAA07828@cise.ufl.edu
Ответ на
Список
Дерево обсуждения
Re: [HACKERS] Disk block size issues. darrenk@insightdist.com (Darren King)
Re: [HACKERS] Disk block size issues. Bruce Momjian <maillist@candle.pha.pa.us>
Re: [HACKERS] Disk block size issues. Peter T Mount <psqlhack@maidast.demon.co.uk>
Re: [HACKERS] Disk block size issues. The Hermit Hacker <scrappy@hub.org>
Re: [HACKERS] Disk block size issues. Shiby Thomas <sthomas@cise.ufl.edu>
Re: [HACKERS] Disk block size issues. Bruce Momjian <maillist@candle.pha.pa.us>
Re: [HACKERS] Disk block size issues. The Hermit Hacker <scrappy@hub.org>
Re: [HACKERS] Disk block size issues. Bruce Momjian <maillist@candle.pha.pa.us>

=> 	I kinda like this one...if it can be relatively implimented.  The main
=> reason I like it is that, like -B and -S, it means that someone could deal
=> with "tweaking" a system without having to recompile from scratch...
=> 
The -S flag for the postmaster seems to be setting the silentflag. But the
FAQ says, it can be used to set the sort memory. The following is 6.2.1 version
code in src/backend/postmaster/postmaster.c
            case 'S':

                /*
                 * Start in 'S'ilent mode (disassociate from controlling
                 * tty). You may also think of this as 'S'ysV mode since
                 * it's most badly needed on SysV-derived systems like
                 * SVR4 and HP-UX.
                 */
                silentflag = 1;
                break;

Am I looking at the wrong file? Can someone please tell me how to increase
the sort memory size.

Thanks
--shiby


В списке pgsql-hackers по дате отправления
От: Bruce Momjian
Дата:
Сообщение: Re: subselects
От: Bruce Momjian
Дата:
FAQ