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_OUT
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 ...
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
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: Makefil