> 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
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.
>
> ..
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
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
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
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:
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)
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
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)
---