Re: [HACKERS] Disk block size issues.

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: sthomas(at)cise(dot)ufl(dot)edu (Shiby Thomas)
Cc: scrappy(at)hub(dot)org, darrenk(at)insightdist(dot)com, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Disk block size issues.
Date: 1998-01-09 22:54:01
Message-ID: 199801092254.RAA24988@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bug in FAQ, fixed now. The -S in postmaster is silent, the -S in
postgres is sort. The FAQ had it as postmaster when it should have been
postgres.

>
>
> => 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
>
>
>

--
Bruce Momjian
maillist(at)candle(dot)pha(dot)pa(dot)us

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-01-10 03:08:29 [HACKERS] Max size of data types and tuples. (fwd)
Previous Message Shiby Thomas 1998-01-09 22:40:45 Re: [HACKERS] Disk block size issues.