CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/04/30 17:47:33
Modified files:
src/include: c.h
Log message:
Suppress use of timezone library by ecpg.
---(end of broadcast)---
T
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/04/30 01:14:06
Modified files:
src/include: c.h port.h
src/interfaces/ecpg/compatlib: Makefile
src/interfaces/ecpg/ecpglib: Makefile
src/interfaces/ecpg/pgtypesli
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/01/10 19:39:51
Modified files:
src/include: c.h
Log message:
Remove the following unused type definitions: bool8, bool16, bool32, word8,
word16, and word32.
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/21 12:32:58
Modified files:
src/include: c.h
Log message:
Revert to 7.3-and-before practice of only including in c.h
on Windows; per complaint from Andreas that it bre
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/14 16:08:00
Modified files:
src/include: c.h
Log message:
Remove void* in MemSet until we understand the gcc 3.3.1 problem better.
---(end of broadcas
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/11 16:53:45
Modified files:
src/include: c.h
Log message:
Add void * cast to MemSet to silence compiler, and add comment that we
already check for alignment.