Re: [PATCHES] [COMMITTERS] pgsql-server/ oc/src/sgml/runtime.sgml rc/back

2003-07-02 Thread Bruce Momjian

Yes, very minor and easy to fix.

---

Tom Lane wrote:
> Bruce Momjian <[EMAIL PROTECTED]> writes:
> > I have modifed this patch because MACHINE is defined in the BSD/OS
> > system include files.  I changed them to MACHINE_OUTPUT/HUMAN_OUTPUT.
> 
> Good catch.  I had found a few other portability issues in testing on
> HPUX ... probably some more will turn up ...
> 
>   regards, tom lane
> 

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


Re: [PATCHES] [COMMITTERS] pgsql-server/ oc/src/sgml/runtime.sgml rc/back ...

2003-07-02 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes:
> I have modifed this patch because MACHINE is defined in the BSD/OS
> system include files.  I changed them to MACHINE_OUTPUT/HUMAN_OUTPUT.

Good catch.  I had found a few other portability issues in testing on
HPUX ... probably some more will turn up ...

regards, tom lane

---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match


Re: [PATCHES] [COMMITTERS] pgsql-server/ oc/src/sgml/runtime.sgml rc/back ...

2003-07-02 Thread Bruce Momjian

I have modifed this patch because MACHINE is defined in the BSD/OS
system include files.  I changed them to MACHINE_OUTPUT/HUMAN_OUTPUT.


---

Tom Lane wrote:
> CVSROOT:  /cvsroot
> Module name:  pgsql-server
> Changes by:   [EMAIL PROTECTED]   03/07/02 20:06:33
> 
> Modified files:
>   doc/src/sgml   : runtime.sgml 
>   src/backend/main: main.c 
>   src/backend/tcop: postgres.c 
>   src/backend/utils/misc: Makefile guc.c postgresql.conf.sample 
>   src/bin/initdb : initdb.sh 
> Added files:
>   src/backend/utils/misc: help_config.c 
>   src/include/utils: guc_tables.h help_config.h 
> 
> Log message:
>   Add support for 'postgres --help-config' output of information about
>   GUC variables, per recent discussions.  Also reorder postgresql.conf.sample
>   to match new classifications in runtime.sgml.  This is an amalgamation of
>   work by Aizaz Ahmed, Josh Berkus, and Shridhar Daithankar.
> 
> 
> ---(end of broadcast)---
> TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
> 

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])


Re: [PATCHES] [COMMITTERS] pgsql-server/ oc/src/sgml/runtime.sgml rc/back ...

2003-07-02 Thread Bruce Momjian
Tom Lane wrote:
> CVSROOT:  /cvsroot
> Module name:  pgsql-server
> Changes by:   [EMAIL PROTECTED]   03/07/02 20:06:33
> 
> Modified files:
>   doc/src/sgml   : runtime.sgml 
>   src/backend/main: main.c 
>   src/backend/tcop: postgres.c 
>   src/backend/utils/misc: Makefile guc.c postgresql.conf.sample 
>   src/bin/initdb : initdb.sh 
> Added files:
>   src/backend/utils/misc: help_config.c 
>   src/include/utils: guc_tables.h help_config.h 
> 
> Log message:
>   Add support for 'postgres --help-config' output of information about
>   GUC variables, per recent discussions.  Also reorder postgresql.conf.sample
>   to match new classifications in runtime.sgml.  This is an amalgamation of
>   work by Aizaz Ahmed, Josh Berkus, and Shridhar Daithankar.
> 
> 
> ---(end of broadcast)---
> TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
> 

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster