Re: [COMMITTERS] latest commit breaks tsearch2

2005-11-14 Thread Teodor Sigaev
query_gist.c: In function `sizebitvec': query_gist.c:203: warning: control reaches end of non-void function Fixed Looking at the code, gcc is right to complain --- if this is working for you it's only accidental. It works because index tree was correct but was very far from optimal. I do

Re: [COMMITTERS] latest commit breaks tsearch2

2005-11-14 Thread Tom Lane
Teodor Sigaev <[EMAIL PROTECTED]> writes: >> I don't much care for the hard-wired >> assumption about the size of TPQTGist either ... > typedef uint64 TPQTGist; > What is your doubt? You suggest to use sizeof(TPQTGist)*BIT_PER_BYTE? Yeah. It'll make the code easier to adapt to a machine withou

[COMMITTERS] pgsql: Use postgres-wide macros BITS_PER_BYTE instead self-definenig

2005-11-14 Thread Teodor Sigaev
Log Message: --- Use postgres-wide macros BITS_PER_BYTE instead self-definenig macros, also use it for calculating bit length of TPQTGist Modified Files: -- pgsql/contrib/tsearch2: gistidx.h (r1.4 -> r1.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql/

[COMMITTERS] pgsql: Remove usage of ArrayType->flags field, use pgsql's macros

2005-11-14 Thread Teodor Sigaev
Log Message: --- Remove usage of ArrayType->flags field, use pgsql's macros BITS_PER_BYTE instead of self-defined macros, add limit of Array to gist__int_ops. BTW, intarray now doesn't support NULLs in arrays. Modified Files: -- pgsql/contrib/intarray: _int.h (r1.5

[COMMITTERS] python - ip: Add db:methodname to elements and style changes.

2005-11-14 Thread James William Pye
Log Message: --- Add db:methodname to elements and style changes. Stop using small caps for emphasis, use italics.(looks better) Add a 1em padding to the html element(right and left), giving the document a visible margin from the window borders when the window is fairly shrunk. Modified

[COMMITTERS] pgsql: Prevent ExecInsert() and ExecUpdate() from scribbling on the

2005-11-14 Thread Tom Lane
Log Message: --- Prevent ExecInsert() and ExecUpdate() from scribbling on the result tuple slot of the topmost plan node when a trigger returns a modified tuple. These appear to be the only places where a plan node's caller did not treat the result slot as read-only, which is an assumption

[COMMITTERS] pgsql: Prevent ExecInsert() and ExecUpdate() from scribbling on the

2005-11-14 Thread Tom Lane
Log Message: --- Prevent ExecInsert() and ExecUpdate() from scribbling on the result tuple slot of the topmost plan node when a trigger returns a modified tuple. These appear to be the only places where a plan node's caller did not treat the result slot as read-only, which is an assumption

[COMMITTERS] pgsql: Re-run pgindent to fix breakage when exceeding 150 'else if'

2005-11-14 Thread Bruce Momjian
Log Message: --- Re-run pgindent to fix breakage when exceeding 150 'else if' clauses. Cosmetic fix only. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/bin/psql: tab-complete.c (r1.138 -> r1.138.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgs

[COMMITTERS] pgsql: Re-run pgindent to fix breakage when exceeding 150 'else if'

2005-11-14 Thread Bruce Momjian
Log Message: --- Re-run pgindent to fix breakage when exceeding 150 'else if' clauses. Cosmetic fix only. Modified Files: -- pgsql/src/bin/psql: tab-complete.c (r1.139 -> r1.140) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/tab-complete.c

[COMMITTERS] pgsql: fix returning value

2005-11-14 Thread Teodor Sigaev
Log Message: --- fix returning value Modified Files: -- pgsql/contrib/tsearch2: query_gist.c (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/query_gist.c.diff?r1=1.1&r2=1.2) ---(end of broadcast)---

[COMMITTERS] python - ip: Specify Query interface.

2005-11-14 Thread James William Pye
Log Message: --- Specify Query interface. It(Query interface spec) is mostly complete. However, further justifications may be necessary, and perhaps the Query attribute object should be required to be a type, as opposed to something that merely simulates such facilities. Additionally, spe

[COMMITTERS] pgfouine - pgfouine: always output debug to stderr using the debug

2005-11-14 Thread User Gsmet
Log Message: --- always output debug to stderr using the debug function Modified Files: -- pgfouine/include: GenericLogReader.class.php (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/GenericLogReader.class.php.diff?r1=

[COMMITTERS] pgfouine - pgfouine: always output debug to stderr using the debug

2005-11-14 Thread User Gsmet
Log Message: --- always output debug to stderr using the debug function Modified Files: -- pgfouine/include/lib: common.lib.php (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/lib/common.lib.php.diff?r1=1.3&r2=1.4) ---

[COMMITTERS] pqa - pqa: converted tabs to spaces

2005-11-14 Thread User Tom
Log Message: --- converted tabs to spaces Modified Files: -- pqa/lib: pqa.rb (r1.84 -> r1.85) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/pqa.rb.diff?r1=1.84&r2=1.85) test_pqa.rb (r1.25 -> r1.26) (http://cvs.pgfoundry.org/cgi-b

[COMMITTERS] pqa - pqa: Reformatting a bit; making initial usage messages nicer

2005-11-14 Thread User Tom
Log Message: --- Reformatting a bit; making initial usage messages nicer Modified Files: -- pqa/lib: pqa.rb (r1.85 -> r1.86) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/pqa.rb.diff?r1=1.85&r2=1.86) ---(end of broadcast)

[COMMITTERS] pgfouine - pgfouine: html reporting

2005-11-14 Thread User Gsmet
Log Message: --- html reporting Modified Files: -- pgfouine/include/reporting: HtmlReportAggregator.class.php (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/HtmlReportAggregator.class.php.diff?r1=1.1&r2=1.2)

[COMMITTERS] pqa - pqa: Added another unit test; less Java-ish, more Ruby-ish

2005-11-14 Thread User Tom
Log Message: --- Added another unit test; less Java-ish, more Ruby-ish Modified Files: -- pqa/lib: pqa.rb (r1.87 -> r1.88) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/pqa.rb.diff?r1=1.87&r2=1.88) test_pqa.rb (r1.27 -> r1.28) (h

[COMMITTERS] pqa - pqa: A new unit test, replaced clunkyness with Enumerable.inject

2005-11-14 Thread User Tom
Log Message: --- A new unit test, replaced clunkyness with Enumerable.inject niceness Modified Files: -- pqa/lib: pqa.rb (r1.88 -> r1.89) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/pqa.rb.diff?r1=1.88&r2=1.89) test_pqa.rb (r1.28 -> r1.

[COMMITTERS] pgfouine - pgfouine: html reporting

2005-11-14 Thread User Gsmet
Log Message: --- html reporting Modified Files: -- pgfouine/include/reporting/reports: Report.class.php (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/reports/Report.class.php.diff?r1=1.1&r2=1.2) ---

[COMMITTERS] pgfouine - pgfouine: New Directory

2005-11-14 Thread User Gsmet
Update of /cvsroot/pgfouine/pgfouine/include/reporting/geshi/docs In directory pgfoundry.org:/tmp/cvs-serv22705/include/reporting/geshi/docs Log Message: Directory /cvsroot/pgfouine/pgfouine/include/reporting/geshi/docs added to the repository ---(end of broadcast)--

[COMMITTERS] pgsql: Translation typo fix

2005-11-14 Thread Alvaro Herrera
Log Message: --- Translation typo fix Modified Files: -- pgsql/src/backend/po: es.po (r1.10 -> r1.11) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/es.po.diff?r1=1.10&r2=1.11) ---(end of broadcast)

[COMMITTERS] pgsql: Translation typo fix

2005-11-14 Thread Alvaro Herrera
Log Message: --- Translation typo fix Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/po: es.po (r1.9.6.1 -> r1.9.6.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/es.po.diff?r1=1.9.6.1&r2=1.9.6.2) ---

Re: [COMMITTERS] pgsql: Translation typo fix

2005-11-14 Thread Devrim GUNDUZ
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Mon, 14 Nov 2005, Alvaro Herrera wrote: Log Message: --- Translation typo fix Shouldn't they go to the translation project @ pgfoundry ? - -- Devrim GUNDUZ Kivi Bilişim Teknolojileri - http://www.kivi.com.tr devrim~gunduz.org, dev

[COMMITTERS] pqa - pqa: Replaced some looping with Enumerable.min and Enumerable.max,

2005-11-14 Thread User Tom
Log Message: --- Replaced some looping with Enumerable.min and Enumerable.max, more tests Modified Files: -- pqa/lib: pqa.rb (r1.89 -> r1.90) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/pqa.rb.diff?r1=1.89&r2=1.90) test_pqa.rb (r1.29 ->

[COMMITTERS] pgfouine - pgfouine: New Directory

2005-11-14 Thread User Gsmet
Update of /cvsroot/pgfouine/pgfouine/include/reporting/geshi/geshi In directory pgfoundry.org:/tmp/cvs-serv22705/include/reporting/geshi/geshi Log Message: Directory /cvsroot/pgfouine/pgfouine/include/reporting/geshi/geshi added to the repository ---(end of broadcast)---

[COMMITTERS] pgsql: Restore the former RestrictInfo field valid_everywhere (but

2005-11-14 Thread Tom Lane
Log Message: --- Restore the former RestrictInfo field valid_everywhere (but invert the flag sense and rename to "outerjoin_delayed" to more clearly reflect what it means). I had decided that it was redundant in 8.1, but the folly of this is exposed by a bug report from Sebastian Böck. Th

[COMMITTERS] pgsql: Restore the former RestrictInfo field valid_everywhere (but

2005-11-14 Thread Tom Lane
Log Message: --- Restore the former RestrictInfo field valid_everywhere (but invert the flag sense and rename to "outerjoin_delayed" to more clearly reflect what it means). I had decided that it was redundant in 8.1, but the folly of this is exposed by a bug report from Sebastian Böck. Th

[COMMITTERS] pgsql: Fix recent problems with BSD indent, including indenting past 80

2005-11-14 Thread Bruce Momjian
Log Message: --- Fix recent problems with BSD indent, including indenting past 80 columns, shifting comment to the right when more than 150 'else if' clauses were used, and update typedefs for 8.1.X. NetBSD patched updated, with documentation. Modified Files: -- pgsql/src/

[COMMITTERS] pgsql: Fix recent problems with BSD indent, including indenting past 80

2005-11-14 Thread Bruce Momjian
Log Message: --- Fix recent problems with BSD indent, including indenting past 80 columns, shifting comment to the right when more than 150 'else if' clauses were used, and update typedefs for 8.1.X. NetBSD patched updated, with documentation. Tags: REL8_1_STABLE Modified Files: ---