[COMMITTERS] pgsql: Add variable names to two LWLock C prototypes

2014-10-27 Thread Bruce Momjian
Add variable names to two LWLock C prototypes Previously only the variable types appeared. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/a4da35a0d2c61231d8e91ed2ae424faea6f3501c Modified Files -- src/include/storage/lwlock.h |4 ++-- 1 file changed,

[COMMITTERS] pgsql: Fix two bugs in tsquery @> operator.

2014-10-27 Thread Heikki Linnakangas
Fix two bugs in tsquery @> operator. 1. The comparison for matching terms used only the CRC to decide if there's a match. Two different terms with the same CRC gave a match. 2. It assumed that if the second operand has more terms than the first, it's never a match. That assumption is bogus, becau

[COMMITTERS] pgsql: Fix two bugs in tsquery @> operator.

2014-10-27 Thread Heikki Linnakangas
Fix two bugs in tsquery @> operator. 1. The comparison for matching terms used only the CRC to decide if there's a match. Two different terms with the same CRC gave a match. 2. It assumed that if the second operand has more terms than the first, it's never a match. That assumption is bogus, becau

[COMMITTERS] pgsql: Fix two bugs in tsquery @> operator.

2014-10-27 Thread Heikki Linnakangas
Fix two bugs in tsquery @> operator. 1. The comparison for matching terms used only the CRC to decide if there's a match. Two different terms with the same CRC gave a match. 2. It assumed that if the second operand has more terms than the first, it's never a match. That assumption is bogus, becau

[COMMITTERS] pgsql: Fix two bugs in tsquery @> operator.

2014-10-27 Thread Heikki Linnakangas
Fix two bugs in tsquery @> operator. 1. The comparison for matching terms used only the CRC to decide if there's a match. Two different terms with the same CRC gave a match. 2. It assumed that if the second operand has more terms than the first, it's never a match. That assumption is bogus, becau

[COMMITTERS] pgsql: Fix two bugs in tsquery @> operator.

2014-10-27 Thread Heikki Linnakangas
Fix two bugs in tsquery @> operator. 1. The comparison for matching terms used only the CRC to decide if there's a match. Two different terms with the same CRC gave a match. 2. It assumed that if the second operand has more terms than the first, it's never a match. That assumption is bogus, becau

[COMMITTERS] pgsql: Fix two bugs in tsquery @> operator.

2014-10-27 Thread Heikki Linnakangas
Fix two bugs in tsquery @> operator. 1. The comparison for matching terms used only the CRC to decide if there's a match. Two different terms with the same CRC gave a match. 2. It assumed that if the second operand has more terms than the first, it's never a match. That assumption is bogus, becau

Re: [COMMITTERS] pgsql: Fix two bugs in tsquery @> operator.

2014-10-27 Thread Michael Paquier
On Mon, Oct 27, 2014 at 5:52 PM, Heikki Linnakangas wrote: > Fix two bugs in tsquery @> operator. > > 1. The comparison for matching terms used only the CRC to decide if there's > a match. Two different terms with the same CRC gave a match. > > 2. It assumed that if the second operand has more ter

[COMMITTERS] pgsql: Add missing equals signs to pg_recvlogical documentation.

2014-10-27 Thread Robert Haas
Add missing equals signs to pg_recvlogical documentation. Michael Paquier Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/7f609a10adb5419c68fc683594fcd14f1e7322fb Modified Files -- doc/src/sgml/ref/pg_recvlogical.sgml |8 1 file changed, 4 in

[COMMITTERS] pgsql: Add missing equals signs to pg_recvlogical documentation.

2014-10-27 Thread Robert Haas
Add missing equals signs to pg_recvlogical documentation. Michael Paquier Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/89fbe97fcad3cfbc5d09d2a9f66aaf31e3164b94 Modified Files -- doc/src/sgml/ref/pg_recvlogical.sgml |8 1 file change

[COMMITTERS] pgsql: MinGW: Include .dll extension in .def file LIBRARY commands.

2014-10-27 Thread Noah Misch
MinGW: Include .dll extension in .def file LIBRARY commands. Newer toolchains append the extension implicitly if missing, but buildfarm member narwhal (gcc 3.4.2, ld 2.15.91 20040904) does not. This affects most core libraries having an exports.txt file, namely libpq and the ECPG support libraries

[COMMITTERS] pgsql: MinGW: Include .dll extension in .def file LIBRARY commands.

2014-10-27 Thread Noah Misch
MinGW: Include .dll extension in .def file LIBRARY commands. Newer toolchains append the extension implicitly if missing, but buildfarm member narwhal (gcc 3.4.2, ld 2.15.91 20040904) does not. This affects most core libraries having an exports.txt file, namely libpq and the ECPG support libraries