[BUGS] dllinit.c compilation errors on NT with cygwin

2000-10-05 Thread pgsql-bugs

K. Stuart Smith ([EMAIL PROTECTED]) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
dllinit.c compilation errors on NT with cygwin

Long Description
compiling 7.0.2 using cygwin 1.1.4 with gcc 2.95.2

dllinit.c:49: conflicting types for DllMain
dllinit.c:44: previous definiton of DllMain
dllinit.c:49: conflicting types for _cygwin_dll_entry...

etc. I don't find any reference to these problems in the online materials, hoping for 
some advice. Other errors occur later in the compilation. Any advice appreciated.

Sample Code


No file was uploaded with this report




Re: [BUGS] PostgreSQL 7.0 beta 4: Error in Insert/Select

2000-10-05 Thread Tom Lane

Michael Shepelev <[EMAIL PROTECTED]> wrote a while ago:
> I found bug (IMHO) in Insert/Select Union command.
> Result of SELECT UNION differs from INSERT SELECT UNION.

This is now fixed for 7.1.

regards, tom lane