[COMMITTERS] pgsql-server/src backend/access/transam/slru.c ...

2004-02-16 Thread Bruce Momjian
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   04/02/16 23:45:17

Modified files:
src/backend/access/transam: slru.c xlog.c 
src/bin/pg_resetxlog: pg_resetxlog.c 

Log message:
Here is an updated version of the win32 readdir patch.

1) Now puts in exactly the same change as the current-cvs mingw code
does. (see
http://cvs.sourceforge.net/viewcvs.py/mingw/runtime/mingwex/dirent.c?r1=
1.3r2=1.4, second part of the patch).

2) Updates both xlog.c and slru.c in backend/access/transam/

3) Also updates pg_resetxlog, which also uses readdir() and checks the
errno value after the loop.

Magnus Hagander


---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match



[COMMITTERS] pgsql-server/src/backend access/transam/slru.c ...

2004-01-28 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   04/01/28 17:02:40

Modified files:
src/backend/access/transam: slru.c 
src/backend/catalog: index.c 
src/backend/commands: copy.c tablecmds.c 
src/backend/postmaster: pgstat.c postmaster.c 
src/backend/tcop: postgres.c 
src/backend/utils/init: globals.c 

Log message:
Review uses of IsUnderPostmaster, change some tests to look at
whereToSendOutput instead because they are really inquiring about
the correct client communication protocol.  Update some comments.
This is pointing towards supporting regular FE/BE client protocol
in a standalone backend, per discussion a month or so back.


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


[COMMITTERS] pgsql-server/src backend/access/transam/slru.c ...

2004-01-26 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   04/01/26 18:35:32

Modified files:
src/backend/access/transam: slru.c xlog.c 
src/backend/commands: copy.c user.c 
src/backend/postmaster: postmaster.c 
src/backend/storage/file: fd.c 
src/backend/storage/freespace: freespace.c 
src/backend/utils/cache: relcache.c 
src/backend/utils/init: miscinit.c 
src/backend/utils/misc: guc.c 
src/bin/initdb : initdb.c 
src/bin/psql   : command.c copy.c 
src/include/storage: fd.h 
src/interfaces/libpq: fe-lobj.c 

Log message:
Ensure that close() and fclose() are checked for errors, at least in
cases involving writes.  Per recent discussion about the possibility
of close-time failures on some filesystems.  There is a TODO item for
this, too.


---(end of broadcast)---
TIP 6: Have you searched our list archives?

   http://archives.postgresql.org


[COMMITTERS] pgsql-server/src/backend/access/transam slru.c

2003-07-19 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/07/19 18:37:37

Modified files:
src/backend/access/transam: slru.c 

Log message:
Error message editing: finish up undone task of reporting the problem
xid when we fail to access pg_clog.


---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match