[COMMITTERS] pgsql: Adjust SGML ulink tags to the URL is always displayed in our

2005-03-30 Thread Bruce Momjian
Log Message: --- Adjust SGML ulink tags to the URL is always displayed in our printed docs. Modified Files: -- pgsql/doc/src/sgml: advanced.sgml (r1.47 -> r1.48) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/advanced.sgml.diff?r1=1.47&r2=1.

[COMMITTERS] pgsql: Minor code cleanup: ExecHash() was returning a null

2005-03-30 Thread Neil Conway
Log Message: --- Minor code cleanup: ExecHash() was returning a null TupleTableSlot, and an old comment in the code claimed that this was necessary. Since it is not actually necessary any more, it is clearer to remove the comment and just return NULL instead -- the return value of ExecHash(

[COMMITTERS] newsysviews - newsysview: New Directory

2005-03-30 Thread User Elein
Update of /cvsroot/newsysviews/newsysview/sql In directory pgfoundry.org:/tmp/cvs-serv86450/sql Log Message: Directory /cvsroot/newsysviews/newsysview/sql added to the repository ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ?

[COMMITTERS] pgsql: Fix build error in pg_buffercache on Win32 (native and cygwin).

2005-03-30 Thread Neil Conway
Log Message: --- Fix build error in pg_buffercache on Win32 (native and cygwin). From Mark Kirkwood. Modified Files: -- pgsql/contrib/pg_buffercache: pg_buffercache_pages.c (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_bufferca

[COMMITTERS] docbot - docbot: Testing PJMODOS's fix for the bot returning a null

2005-03-30 Thread User Devdas
Log Message: --- Testing PJMODOS's fix for the bot returning a null from do_learn Modified Files: -- docbot: docbot.pl (r1.32 -> r1.33) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/docbot/docbot/docbot.pl.diff?r1=1.32&r2=1.33) ---