[COMMITTERS] pgsql: Mark git_changelog examples with the proper executable names.

2012-05-02 Thread Bruce Momjian
Mark git_changelog examples with the proper executable names. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/7490c48f1e2c51dce77d33f7fd464e72713679a5 Modified Files -- src/tools/git_changelog |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)

[COMMITTERS] pgsql: Add missing parenthesis in comment.

2012-05-02 Thread Robert Haas
Add missing parenthesis in comment. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/8e0c5195dff70ffc9c132716d0cf7f3eff45e302 Modified Files -- src/include/storage/proc.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-commi

[COMMITTERS] pgsql: PL/Python: Improve test coverage

2012-05-02 Thread Peter Eisentraut
PL/Python: Improve test coverage Add test cases for inline handler of plython2u (when using that language name), and for result object element assignment. There is now at least one test case for every top-level functionality, except plpy.Fatal (annoying to use in regression tests) and result obje

[COMMITTERS] pgsql: PL/Python: Fix crash in functions returning SETOF and using SPI

2012-05-02 Thread Peter Eisentraut
PL/Python: Fix crash in functions returning SETOF and using SPI Allocate PLyResultObject.tupdesc in TopMemoryContext, because its lifetime is the lifetime of the Python object and it shouldn't be freed by some other memory context, such as one controlled by SPI. We trust that the Python object wi

[COMMITTERS] pgsql: Even more duplicate word removal, in the spirit of the season

2012-05-02 Thread Peter Eisentraut
Even more duplicate word removal, in the spirit of the season Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/e9605a039b60350003daf8a5b3c0c10993994b60 Modified Files -- contrib/fuzzystrmatch/levenshtein.c |4 ++-- contrib/pgcrypto/crypt-md5.c|

[COMMITTERS] pgsql: Avoid repeated CLOG access from heap_hot_search_buffer.

2012-05-02 Thread Robert Haas
Avoid repeated CLOG access from heap_hot_search_buffer. At the time we check whether the tuple is dead to all running transactions, we've already verified that it isn't visible to our scan, setting hint bits if appropriate. So there's no need to recheck CLOG for the all-dead test we do just a mom

Re: [COMMITTERS] pgsql: More duplicate word removal.

2012-05-02 Thread Alvaro Herrera
Excerpts from Peter Geoghegan's message of mié may 02 12:29:32 -0400 2012: > On 2 May 2012 14:43, Thom Brown wrote: > > "in" looks like an unnecessary duplicate, but maybe someone who speaks > > Italian can confirm. > > Gabriele Bartolini, a prominent contributor to the .it translation and > a c

Re: [COMMITTERS] pgsql: More duplicate word removal.

2012-05-02 Thread Robert Haas
On Wed, May 2, 2012 at 12:29 PM, Peter Geoghegan wrote: > On 2 May 2012 14:43, Thom Brown wrote: >> "in" looks like an unnecessary duplicate, but maybe someone who speaks >> Italian can confirm. > > Gabriele Bartolini, a prominent contributor to the .it translation and > a colleague of mine, conf

Re: [COMMITTERS] pgsql: More duplicate word removal.

2012-05-02 Thread Peter Geoghegan
On 2 May 2012 14:43, Thom Brown wrote: > "in" looks like an unnecessary duplicate, but maybe someone who speaks > Italian can confirm. Gabriele Bartolini, a prominent contributor to the .it translation and a colleague of mine, confirms privately that it's an error. -- Peter Geoghegan       http

[COMMITTERS] pgsql: Further corrections from the department of redundancy department

2012-05-02 Thread Robert Haas
Further corrections from the department of redundancy department. Thom Brown Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/1b4998fd44bad9f8ab90e741cadd6519f6c94a44 Modified Files -- src/backend/storage/freespace/README|2 +- src/backend/storage/

Re: [COMMITTERS] pgsql: More duplicate word removal.

2012-05-02 Thread Thom Brown
On 2 May 2012 14:28, Robert Haas wrote: > More duplicate word removal. While you're there... (attached) There's also this in src/bin/initdb/po/it.po: msgstr "creazione del database template1 in in %s/base/1 ... " "in" looks like an unnecessary duplicate, but maybe someone who speaks Italian can

[COMMITTERS] pgsql: More duplicate word removal.

2012-05-02 Thread Robert Haas
More duplicate word removal. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/e01e66f808fbd161b2714eab34bb9e9d0db0db53 Modified Files -- contrib/sepgsql/selinux.c |2 +- src/backend/access/gist/gistget.c |2 +- src/include/catalog/objectacc

[COMMITTERS] pgsql: Remove duplicate words in comments.

2012-05-02 Thread Heikki Linnakangas
Remove duplicate words in comments. Found these with grep -r "for for ". Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/f291ccd43e06fdd7c55102975a0b2f38bc140b90 Modified Files -- src/backend/access/spgist/spgdoinsert.c |2 +- src/backend/storage/ipc/