]> granicus.if.org Git - postgresql/commit
> src/backend/commands/user.c file has some parse error at repalloc(),
authorBruce Momjian <bruce@momjian.us>
Mon, 2 Feb 2004 17:21:08 +0000 (17:21 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 2 Feb 2004 17:21:08 +0000 (17:21 +0000)
commitbd2a8078d3e456e6b4ea710ee31cfc204f6596f1
tree9831cdafc449f760d34a1661fdf12c0b78e23b20
parent9e218af7edc63125436c895891119d15873f5a24
> 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.
src/backend/commands/user.c
src/bin/pg_resetxlog/Makefile
src/utils/dllinit.c