Re: [COMMITTERS] pgsql-server: Fix a number of places where brittle

2004-09-11 Thread Magnus Hagander
> PostgreSQL 8.0 Open Items > = > >Current version at http://candle.pha.pa.us/cgi-bin/pgopenitems. > >Changes >--- >* Win32 ... This one is fixed, as Tom said. ... > o fix negative getrusage() results fr

Re: [COMMITTERS] pgsql-server: Fix a number of places where brittle

2004-09-11 Thread Bruce Momjian
Magnus Hagander wrote: > > PostgreSQL 8.0 Open Items > > = > > > >Current version at http://candle.pha.pa.us/cgi-bin/pgopenitems. > > > >Changes > >--- > >* Win32 > ... > This one is fixed, as Tom said. > > ..

[COMMITTERS] pgsql-server: Ensure that pg_largeobject references opened by

2004-09-11 Thread Tom Lane
Log Message: --- Ensure that pg_largeobject references opened by lo_import() or lo_export() will be cleaned up at end of transaction, even when there is no other LO operation in the transaction. Per bug report from Daniel Schuchardt. Modified Files: -- pgsql-server/src/bac

[COMMITTERS] pgsql-server: Fix bogus example for bit-string XOR (already fixed in

2004-09-11 Thread Tom Lane
Log Message: --- Fix bogus example for bit-string XOR (already fixed in HEAD). Per Grzegorz Wojdyla. Tags: REL7_4_STABLE Modified Files: -- pgsql-server/doc/src/sgml: func.sgml (r1.177.2.2 -> r1.177.2.3) (http://developer.postgresql.org/cvsweb.cgi/pgs

[COMMITTERS] pgsql-server: Renumber SnapshotNow and the other special snapshot codes

2004-09-11 Thread Tom Lane
Log Message: --- Renumber SnapshotNow and the other special snapshot codes so that ((Snapshot) NULL) can no longer be confused with a valid snapshot, as per my recent suggestion. Define a macro InvalidSnapshot for 0. Use InvalidSnapshot instead of SnapshotAny as the do-nothing special case

[COMMITTERS] pginstaller - pginst: Correctly check for NULL return value when

2004-09-11 Thread User Mha
Log Message: --- Correctly check for NULL return value when checking the environment for SESSIONNAME to determine if a Terminal Services session is used. This fixes the crash-before-install on Windows 2000 Professional and NT4 (!= TSE). Modified Files: -- pginst/ca:

[COMMITTERS] pginstaller - pginst: Add pg_config.exe

2004-09-11 Thread User Mha
Log Message: --- Add pg_config.exe Modified Files: -- pginst/wxs: pginst.wxs (r1.51 -> r1.52) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.51&r2=1.52) ---(end of broadcast)

[COMMITTERS] pginstaller - pginst: Provide information and button to subscribe to

2004-09-11 Thread User Mha
Log Message: --- Provide information and button to subscribe to pgsql-announce, per http://pgfoundry.org/tracker/index.php?func=detail&aid=184&group_id=107&atid=129 Modified Files: -- pginst/ca: Makefile (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi

[COMMITTERS] pginstaller - web: Update FAQ with information aobut "Socket operation

2004-09-11 Thread User Mha
Log Message: --- Update FAQ with information aobut "Socket operation on non socket" LSP issues Modified Files: -- web: FAQ_windows.html (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/web/FAQ_windows.html.diff?r1=1.2&r2=1.3) ---