> src/backend/commands/user.c file has some parse error at repalloc(),
Bruce Momjian <bruce@momjian.us>
> 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
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/user.c | modified | +3 −3 |
| src/bin/pg_resetxlog/Makefile | modified | +9 −3 |
| src/utils/dllinit.c | modified | +2 −0 |