[BUGS] BUG #3813: PGDLLIMPORT conflict

2007-12-12 Thread Nguyen Hoa Phong
The following bug has been logged online: Bug reference: 3813 Logged by: Nguyen Hoa Phong Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3-beta4 Operating system: Windows Description:PGDLLIMPORT conflict Details: Because of PGDLLIMPORT conflict and so to use

Re: [BUGS] BUG #3813: PGDLLIMPORT conflict

2007-12-12 Thread Tom Lane
"Nguyen Hoa Phong" <[EMAIL PROTECTED]> writes: > So I think that maybe we should have more one define for this: > #if defined(WIN32) || defined(__CYGWIN__) > #define PGDLLIMPORT __declspec (dllexport) > #endif You haven't actually explained why this is better, or even why it won't break things..

[BUGS] BUG #3814: initdb fails when not run from installation directory

2007-12-12 Thread Christian Ullrich
The following bug has been logged online: Bug reference: 3814 Logged by: Christian Ullrich Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3beta4 Operating system: Windows 2003 Description:initdb fails when not run from installation directory Details: initdb

Re: [BUGS] BUG #3774: create table like including index doesn't update pg_constraints with primary key

2007-12-12 Thread Bruce Momjian
Tom, did your recent commit to clean up LIKE ... INCLUDING INDEXES fix this? --- guillaume (ioguix) de Rorthais wrote: > > The following bug has been logged online: > > Bug reference: 3774 > Logged by: guilla