FW: [pgsql-hackers-win32] CVS source win32 mingw some comile err - Mailing list pgsql-patches

From Claudio Natoli
Subject FW: [pgsql-hackers-win32] CVS source win32 mingw some comile err
Date
Msg-id A02DEC4D1073D611BAE8525405FCCE2B55F2BD@harris.memetrics.local
Whole thread Raw
List pgsql-patches
Attached patch is for immediate application to HEAD.

user.c: missing/extraneous closing parens on a number of lines
(Win32/cygwin case only)

pgstat.c: added include of tcop/tcopprot.h for whereToSendOutput definition

Cheers,
Claudio


> -----Original Message-----
> From: Korea PostgreSQL Users' Group [mailto:pgsql-kr@postgresql.or.kr]
> Sent: Monday, 2 February 2004 4:59 PM
> To: pgsql-hackers-win32@postgresql.org
> Cc: pgman@candle.pha.pa.us
> Subject: [pgsql-hackers-win32] CVS source win32 mingw some
> comile error
>
>
> src/backend/commands/user.c file has some parse error at
> repalloc(), palloc() functions
>
> and
>
> src/backend/postmaster/pgstat.c miss
> #include "tcop/tcopprot.h" line.
>
> and
>
> src/utils/dllinit.c wrong include header line at MinGW.
> #include <cygwin/version.h> must be not included
>
> by the way,
> I can't compile eccp because I used lower version bison.
>
> and bin/pg_resetxlog too. in this case I can't find what's wrong.
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

---
Certain disclaimers and policies apply to all email sent from Memetrics.
For the full text of these disclaimers and policies see
<a
href="http://www.memetrics.com/emailpolicy.html">http://www.memetrics.com/em
ailpolicy.html</a>



---
Certain disclaimers and policies apply to all email sent from Memetrics.
For the full text of these disclaimers and policies see
<a
href="http://www.memetrics.com/emailpolicy.html">http://www.memetrics.com/em
ailpolicy.html</a>



Attachment

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: C locale sort in src/tools/make_ctags
Next
From: Tom Lane
Date:
Subject: Re: pg_generate_sequence and info_schema patch (Was: SELECT Question)