> src/backend/commands/user.c file has some parse error at repalloc(),

Bruce Momjian <bruce@momjian.us>

Commit: bd2a8078d3e456e6b4ea710ee31cfc204f6596f1
Author: Bruce Momjian <bruce@momjian.us>
Date: 2004-02-02T17:21:08Z
Releases: 8.0.0
> src/backend/commands/user.c file has some parse error at repalloc(),
palloc()$

Fixed.  Thanks.

> src/backend/postmaster/pgstat.c miss
> #include "tcop/tcopprot.h" line.

Fixed.

> src/utils/dllinit.c wrong include header line at MinGW.
> #include <cygwin/version.h> must be not included

Fixed.

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

Fixed.

Files

PathChange+/−
src/backend/commands/user.c modified +3 −3
src/bin/pg_resetxlog/Makefile modified +9 −3
src/utils/dllinit.c modified +2 −0