[COMMITTERS] pgsql: Athough cube is a varlena type, nowhere was a detoasting of

2007-03-07 Thread Teodor Sigaev
Log Message: --- Athough cube is a varlena type, nowhere was a detoasting of cube's value, so fix it. Add macroses DatumGetNDBOX, PG_GETARG_NDBOX and PG_RETURN_NDBOX. Backpatch for 8.2 too. Previous versions use version 0 calling conventions. And fmgr code detoast values for user-defined

[COMMITTERS] pgsql: Athough cube is a varlena type, nowhere was a detoasting of

2007-03-07 Thread Teodor Sigaev
Log Message: --- Athough cube is a varlena type, nowhere was a detoasting of cube's value, so fix it. Add macroses DatumGetNDBOX, PG_GETARG_NDBOX and PG_RETURN_NDBOX. Backpatch for 8.2 too. Previous versions use version 0 calling conventions. And fmgr code detoast values for user-defined

[COMMITTERS] pgsnmpd - pgsnmpd: Include file cleanup.

2007-03-07 Thread User Mha
Log Message: --- Include file cleanup. Make program build without warnings (at least on linux with gcc 4.0.3). Modified Files: -- pgsnmpd: pgsnmpd.c (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsnmpd.c.diff?r1=1.5&r2=1.6)

[COMMITTERS] bizgres - bizgres: Amend ALTER|CREATE USER to mention resource queue.

2007-03-07 Thread User Markir
Log Message: --- Amend ALTER|CREATE USER to mention resource queue. Modified Files: -- bizgres/postgresql/doc/src/sgml/ref: alter_user.sgml (r1.1.1.2.2.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/doc/src/sgml/ref/alter

[COMMITTERS] python - tin: reload does not take a mode.

2007-03-07 Thread James William Pye
Log Message: --- reload does not take a mode. Modified Files: -- tin/src: command.py (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/tin/src/command.py.diff?r1=1.4&r2=1.5) ---(end of broadcast)

[COMMITTERS] pgsql: Cleanup the bootstrap code a little, and rename "dummy procs" in

2007-03-07 Thread Alvaro Herrera
Log Message: --- Cleanup the bootstrap code a little, and rename "dummy procs" in the code comments and variables to "auxiliary proc", per Heikki's request. Modified Files: -- pgsql/src/backend/bootstrap: bootparse.y (r1.86 -> r1.87) (http://developer.postg