[COMMITTERS] pgsql: Fix freenig of names in Kerberos when using MIT - need to use the
Log Message: --- Fix freenig of names in Kerberos when using MIT - need to use the free function provided in the Kerberos library. This fixes a very hard to track down heap corruption on windows when using debug runtimes. Modified Files: -- pgsql: configure (r1.551 -> r1.552) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.551&r2=1.552) configure.in (r1.518 -> r1.519) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.518&r2=1.519) pgsql/src/include: pg_config.h.in (r1.119 -> r1.120) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.in.diff?r1=1.119&r2=1.120) pgsql/src/interfaces/libpq: fe-auth.c (r1.124 -> r1.125) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-auth.c.diff?r1=1.124&r2=1.125) pgsql/src/tools/msvc: Solution.pm (r1.27 -> r1.28) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Solution.pm.diff?r1=1.27&r2=1.28) ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster
[COMMITTERS] pgsql: Fix freenig of names in Kerberos when using MIT - need to use the
Log Message: --- Fix freenig of names in Kerberos when using MIT - need to use the free function provided in the Kerberos library. This fixes a very hard to track down heap corruption on windows when using debug runtimes. Tags: REL8_2_STABLE Modified Files: -- pgsql: configure (r1.523.2.7 -> r1.523.2.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.523.2.7&r2=1.523.2.8) configure.in (r1.490.2.7 -> r1.490.2.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.490.2.7&r2=1.490.2.8) pgsql/src/include: pg_config.h.in (r1.106 -> r1.106.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.in.diff?r1=1.106&r2=1.106.2.1) pgsql/src/interfaces/libpq: fe-auth.c (r1.121 -> r1.121.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-auth.c.diff?r1=1.121&r2=1.121.2.1) ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
[COMMITTERS] pgsql: Support GSSAPI builds where the header is and not
Log Message: --- Support GSSAPI builds where the header is and not , such as OpenBSD (possibly all Heimdal). Stefan Kaltenbrunner Modified Files: -- pgsql: configure (r1.552 -> r1.553) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.552&r2=1.553) configure.in (r1.519 -> r1.520) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.519&r2=1.520) pgsql/src/backend/libpq: auth.c (r1.150 -> r1.151) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c.diff?r1=1.150&r2=1.151) pgsql/src/include: pg_config.h.in (r1.120 -> r1.121) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.in.diff?r1=1.120&r2=1.121) pgsql/src/include/libpq: libpq-be.h (r1.59 -> r1.60) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/libpq/libpq-be.h.diff?r1=1.59&r2=1.60) pgsql/src/interfaces/libpq: fe-auth.c (r1.125 -> r1.126) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-auth.c.diff?r1=1.125&r2=1.126) libpq-int.h (r1.122 -> r1.123) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/libpq-int.h.diff?r1=1.122&r2=1.123) ---(end of broadcast)--- TIP 6: explain analyze is your friend
[COMMITTERS] pgsql: Enable GSSAPI to build using MSVC.
Log Message: --- Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos is enabled, because the only Kerberos library supported always contains it. Modified Files: -- pgsql/src/backend/libpq: auth.c (r1.151 -> r1.152) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c.diff?r1=1.151&r2=1.152) pgsql/src/include/libpq: libpq-be.h (r1.60 -> r1.61) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/libpq/libpq-be.h.diff?r1=1.60&r2=1.61) pgsql/src/interfaces/libpq: fe-auth.c (r1.126 -> r1.127) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-auth.c.diff?r1=1.126&r2=1.127) pgsql/src/tools/msvc: Solution.pm (r1.28 -> r1.29) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Solution.pm.diff?r1=1.28&r2=1.29) ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
[COMMITTERS] pgsql: Silence compile warning on win32, per Stefan and Buildfarm.
Log Message: --- Silence compile warning on win32, per Stefan and Buildfarm. Modified Files: -- pgsql/src/bin/pg_ctl: pg_ctl.c (r1.82 -> r1.83) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_ctl/pg_ctl.c.diff?r1=1.82&r2=1.83) ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq
[COMMITTERS] pgsql: Fix mistaken Assert in adjust_appendrel_attr_needed, per Greg
Log Message: --- Fix mistaken Assert in adjust_appendrel_attr_needed, per Greg Stark. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/backend/optimizer/prep: prepunion.c (r1.134 -> r1.134.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/prep/prepunion.c.diff?r1=1.134&r2=1.134.2.1) ---(end of broadcast)--- TIP 6: explain analyze is your friend
[COMMITTERS] pgsql: Fix mistaken Assert in adjust_appendrel_attr_needed, per Greg
Log Message: --- Fix mistaken Assert in adjust_appendrel_attr_needed, per Greg Stark. Modified Files: -- pgsql/src/backend/optimizer/prep: prepunion.c (r1.142 -> r1.143) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/prep/prepunion.c.diff?r1=1.142&r2=1.143) ---(end of broadcast)--- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate
[COMMITTERS] pgsql: Fix some warnings (probably actual bugs) generated by new GSSAPI
Log Message: --- Fix some warnings (probably actual bugs) generated by new GSSAPI code when built on a 64-bit machine. Per buildfarm results extracted by Stefan. Modified Files: -- pgsql/src/backend/libpq: auth.c (r1.152 -> r1.153) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c.diff?r1=1.152&r2=1.153) ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
Re: [COMMITTERS] pgsql: Fix some warnings (probably actual bugs) generated by new GSSAPI
On Thu, 2007-07-12 at 17:36 -0300, Tom Lane wrote: > Fix some warnings (probably actual bugs) generated by new GSSAPI code > when built on a 64-bit machine. Per buildfarm results extracted by Stefan. Wouldn't it be more correct to cast size_t to unsigned long, rather than unsigned int? Obviously getting GSS tokens larger than an unsigned int is unlikely to say the least, so it's probably not a problem in practice. -Neil ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
[COMMITTERS] pgsql: Compute max and min int8 values using unsigned arithmetic, in
Log Message: --- Compute max and min int8 values using unsigned arithmetic, in hopes of suppressing Sun Studio compiler warnings. Per Stefan. Modified Files: -- pgsql/src/backend/utils/adt: xml.c (r1.44 -> r1.45) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c.diff?r1=1.44&r2=1.45) ---(end of broadcast)--- TIP 6: explain analyze is your friend
[COMMITTERS] pgsql: Some of our port-specific dynloader implementations are careful
Log Message: --- Some of our port-specific dynloader implementations are careful to define pg_dlsym() as returning a PGFunction pointer, not just any pointer-to-function. But many are not. Suppress compiler warnings on platforms that aren't careful by inserting explicit casts at the two call sites that didn't have a cast already. Per Stefan. Modified Files: -- pgsql/src/backend/utils/fmgr: dfmgr.c (r1.94 -> r1.95) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/fmgr/dfmgr.c.diff?r1=1.94&r2=1.95) ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster
[COMMITTERS] pgsql: Suppress an integer-overflow warning.
Log Message: --- Suppress an integer-overflow warning. Modified Files: -- pgsql/src/backend/utils/mb: wchar.c (r1.62 -> r1.63) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/wchar.c.diff?r1=1.62&r2=1.63) ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
[COMMITTERS] pgsql: Suppress Sun Studio warnings, per Stefan.
Log Message: --- Suppress Sun Studio warnings, per Stefan. Modified Files: -- pgsql/src/bin/pg_resetxlog: pg_resetxlog.c (r1.59 -> r1.60) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_resetxlog/pg_resetxlog.c.diff?r1=1.59&r2=1.60) ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
Re: [COMMITTERS] pgsql: Fix some warnings (probably actual bugs) generated by new GSSAPI
Neil Conway <[EMAIL PROTECTED]> writes: > On Thu, 2007-07-12 at 17:36 -0300, Tom Lane wrote: >> Fix some warnings (probably actual bugs) generated by new GSSAPI code >> when built on a 64-bit machine. Per buildfarm results extracted by Stefan. > Wouldn't it be more correct to cast size_t to unsigned long, rather than > unsigned int? Obviously getting GSS tokens larger than an unsigned int > is unlikely to say the least, so it's probably not a problem in > practice. Feel free to change it if you want; I don't think it's an issue as long as the cast matches the sprintf format. regards, tom lane ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
[COMMITTERS] pgsql: Simplify overly-cute array coding to avoid an apparent gcc bug,
Log Message: --- Simplify overly-cute array coding to avoid an apparent gcc bug, which may or may not be harmless. Report from Stefan, patch from Heikki. Modified Files: -- pgsql/contrib/pg_trgm: trgm_op.c (r1.8 -> r1.9) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_trgm/trgm_op.c.diff?r1=1.8&r2=1.9) ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
[COMMITTERS] pgsql: Get dirmod.c on the same page as port.h about whether we use
Log Message: --- Get dirmod.c on the same page as port.h about whether we use pgsymlink on Cygwin (answer: we don't). Also try to unwind the #ifdef spaghetti a little bit. Untested but hopefully I didn't break anything. Modified Files: -- pgsql/src/include: port.h (r1.111 -> r1.112) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port.h.diff?r1=1.111&r2=1.112) pgsql/src/port: dirmod.c (r1.47 -> r1.48) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/dirmod.c.diff?r1=1.47&r2=1.48) ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
[COMMITTERS] pgunittest - pgUnitTest:
Log Message: --- Modified Files: -- pgUnitTest/src/org/pgfoundry/pgunittest/exceptions: XMLTransformerException.java (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/exceptions/XMLTransformerException.java.diff?r1=1.2&r2=1.3) SyntaxErrorException.java (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/exceptions/SyntaxErrorException.java.diff?r1=1.3&r2=1.4) ResultSetException.java (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/exceptions/ResultSetException.java.diff?r1=1.2&r2=1.3) PGUnitTestException.java (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/exceptions/PGUnitTestException.java.diff?r1=1.2&r2=1.3) ReaderException.java (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/exceptions/ReaderException.java.diff?r1=1.2&r2=1.3) XMLWriterException.java (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/exceptions/XMLWriterException.java.diff?r1=1.2&r2=1.3) AssertionFailedException.java (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/exceptions/AssertionFailedException.java.diff?r1=1.3&r2=1.4) DifferenceException.java (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/exceptions/DifferenceException.java.diff?r1=1.1&r2=1.2) pgUnitTest/files: input.pgu (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/files/input.pgu.diff?r1=1.9&r2=1.10) insert.pgu (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/files/insert.pgu.diff?r1=1.3&r2=1.4) out.xml (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/files/out.xml.diff?r1=1.11&r2=1.12) pgUnitTest: README (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/README.diff?r1=1.6&r2=1.7) pgUnitTest/src/org/pgfoundry/pgunittest/generators: GeneratorParser.java (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/generators/GeneratorParser.java.diff?r1=1.5&r2=1.6) DictionaryGenerator.java (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/generators/DictionaryGenerator.java.diff?r1=1.4&r2=1.5) RandomObject.java (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/generators/RandomObject.java.diff?r1=1.3&r2=1.4) RegexGenerator.java (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/generators/RegexGenerator.java.diff?r1=1.3&r2=1.4) pgUnitTest/src/org/pgfoundry/pgunittest: XMLWriter.java (r1.18 -> r1.19) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/XMLWriter.java.diff?r1=1.18&r2=1.19) Database.java (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/Database.java.diff?r1=1.12&r2=1.13) ScriptReader.java (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/ScriptReader.java.diff?r1=1.8&r2=1.9) PGUnitTest.java (r1.20 -> r1.21) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/PGUnitTest.java.diff?r1=1.20&r2=1.21) XMLReader.java (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/XMLReader.java.diff?r1=1.14&r2=1.15) StringUtilities.java (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/StringUtilities.java.diff?r1=1.8&r2=1.9) Test.java (r1.20 -> r1.21) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/Test.java.diff?r1=1.20&r2=1.21) Reader.java (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/Reader.java.diff?r1=1.13&r2=1.14) pgUnitTest/files/rand: random.txt (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/files/rand/random.txt.diff?r1=1.5&r2=1.6) insert.txt (r1.1 -> r1.2) (http://cvs.pgfoun
[COMMITTERS] pgunittest - pgUnitTest: New Directory
Update of /cvsroot/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/unittests In directory pgfoundry.org:/tmp/cvs-serv84606/src/org/pgfoundry/pgunittest/unittests Log Message: Directory /cvsroot/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/unittests added to the repository ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] pgunittest - pgUnitTest: New Directory
Update of /cvsroot/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/transformers In directory pgfoundry.org:/tmp/cvs-serv84606/src/org/pgfoundry/pgunittest/transformers Log Message: Directory /cvsroot/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/transformers added to the repository ---(end of broadcast)--- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate
[COMMITTERS] pgunittest - pgUnitTest: New Directory
Update of /cvsroot/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/parsers/script In directory pgfoundry.org:/tmp/cvs-serv84606/src/org/pgfoundry/pgunittest/parsers/script Log Message: Directory /cvsroot/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/parsers/script added to the repository ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] pgunittest - pgUnitTest: New Directory
Update of /cvsroot/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/parsers In directory pgfoundry.org:/tmp/cvs-serv84606/src/org/pgfoundry/pgunittest/parsers Log Message: Directory /cvsroot/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/parsers added to the repository ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings
[COMMITTERS] pgunittest - pgUnitTest: New Directory
Update of /cvsroot/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/types In directory pgfoundry.org:/tmp/cvs-serv84606/src/org/pgfoundry/pgunittest/types Log Message: Directory /cvsroot/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/types added to the repository ---(end of broadcast)--- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate
[COMMITTERS] pgunittest - pgUnitTest: New Directory
Update of /cvsroot/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/parsers/xml In directory pgfoundry.org:/tmp/cvs-serv84606/src/org/pgfoundry/pgunittest/parsers/xml Log Message: Directory /cvsroot/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/parsers/xml added to the repository ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster
[COMMITTERS] pgsql: Fixup the indentation of a comment that was mangled by pgindent,
Log Message: --- Fixup the indentation of a comment that was mangled by pgindent, and add dashes to the start/end of the comment block to try to prevent this happening in the future. Modified Files: -- pgsql/src/bin/pg_dump: pg_dump.c (r1.468 -> r1.469) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.468&r2=1.469) ---(end of broadcast)--- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate
[COMMITTERS] pgsql: Fix a portability bug (ye olde not casting a argument
Log Message: --- Fix a portability bug (ye olde not casting a argument to unsigned char). Fortunately we still have buildfarm machines that will flag this. Seems to be new in CVS HEAD, so no backpatch. Modified Files: -- pgsql/src/backend/utils/adt: cash.c (r1.70 -> r1.71) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/cash.c.diff?r1=1.70&r2=1.71) ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings
[COMMITTERS] pgunittest - pgUnitTest:
Log Message: --- Modified Files: -- pgUnitTest/src/org/pgfoundry/pgunittest: PGUnitTest.java (r1.21 -> r1.22) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/PGUnitTest.java.diff?r1=1.21&r2=1.22) ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster
[COMMITTERS] pgsql: Add casts to suppress warnings about m68k-specific kluge in
Log Message: --- Add casts to suppress warnings about m68k-specific kluge in fmgr.c. Modified Files: -- pgsql/src/backend/utils/fmgr: fmgr.c (r1.106 -> r1.107) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/fmgr/fmgr.c.diff?r1=1.106&r2=1.107) ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq
[COMMITTERS] pgsql: Fix map_sql_typecoll_to_xmlschema_types() to not fail on dropped
Log Message: --- Fix map_sql_typecoll_to_xmlschema_types() to not fail on dropped columns, per my gripe earlier today. Make it look a bit less like someone's first effort at backend coding. Modified Files: -- pgsql/src/backend/utils/adt: xml.c (r1.45 -> r1.46) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c.diff?r1=1.45&r2=1.46) ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] pgsql: Volatile-qualify a dozen variables in plpython.c to eliminate
Log Message: --- Volatile-qualify a dozen variables in plpython.c to eliminate warnings from old versions of gcc. It's not clear to me that this is really necessary for correctness, but less warnings are always good. Per buildfarm results and local testing. Modified Files: -- pgsql/src/pl/plpython: plpython.c (r1.101 -> r1.102) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c.diff?r1=1.101&r2=1.102) ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
