Re: [COMMITTERS] pgsql: Support frontend-backend protocol communication using a shm_mq.

2014-11-03 Thread Robert Haas
On Sat, Nov 1, 2014 at 9:30 AM, Peter Eisentraut wrote: > On 10/31/14 12:47 PM, Robert Haas wrote: >> Support frontend-backend protocol communication using a shm_mq. > > This fails cpluspluscheck. > > src/include/libpq/pqmq.h needs to include something that defines StringInfo. OK, fixed. On my M

[COMMITTERS] pgsql: pqmq.h needs to include something that defines StringInfo.

2014-11-03 Thread Robert Haas
pqmq.h needs to include something that defines StringInfo. Reported by Peter Eisentraut. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/585e0b9b277ad3b17a582b20daa8d09bd0ace8bd Modified Files -- src/include/libpq/pqmq.h |1 + 1 file changed, 1 insert

Re: [COMMITTERS] pgsql: Oops, I fumbled the backpatch of pg_upgrade changes.

2014-11-03 Thread Heikki Linnakangas
On 11/01/2014 03:36 PM, Michael Paquier wrote: On Sat, Nov 1, 2014 at 10:22 PM, Peter Eisentraut wrote: On 10/25/14 2:00 PM, Heikki Linnakangas wrote: Oops, I fumbled the backpatch of pg_upgrade changes. Somehow I got 9.2 and 9.4 correct, but fumbled 9.3. This is still producing a compiler

[COMMITTERS] pgsql: Add missing #include

2014-11-03 Thread Heikki Linnakangas
Add missing #include Fixes compiler warning I introduced while fixing bug #11431. Report and fix by Michael Paquier Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/d233f0a52f1a0a0b3b8654fd8b93b00a9e77563e Modified Files -- contrib/pg_upgrade/chec

Re: [COMMITTERS] pgsql: Add configure --enable-tap-tests option

2014-11-03 Thread Peter Eisentraut
On 11/2/14 11:38 AM, Stefan Kaltenbrunner wrote: > On 11/02/2014 04:03 PM, Peter Eisentraut wrote: >> Add configure --enable-tap-tests option >> >> Don't skip the TAP tests anymore when IPC::Run is not found. This will >> fail normally now. > > this one broke the make-dist build on guaibasaurus >

[COMMITTERS] pgsql: Docs: fix incorrect spelling of contrib/pgcrypto option.

2014-11-03 Thread Tom Lane
Docs: fix incorrect spelling of contrib/pgcrypto option. pgp_sym_encrypt's option is spelled "sess-key", not "enable-session-key". Spotted by Jeff Janes. In passing, improve a comment in pgp-pgsql.c to make it clearer that the debugging options are intentionally undocumented. Branch -- REL9_

[COMMITTERS] pgsql: Docs: fix incorrect spelling of contrib/pgcrypto option.

2014-11-03 Thread Tom Lane
Docs: fix incorrect spelling of contrib/pgcrypto option. pgp_sym_encrypt's option is spelled "sess-key", not "enable-session-key". Spotted by Jeff Janes. In passing, improve a comment in pgp-pgsql.c to make it clearer that the debugging options are intentionally undocumented. Branch -- REL9_

[COMMITTERS] pgsql: Docs: fix incorrect spelling of contrib/pgcrypto option.

2014-11-03 Thread Tom Lane
Docs: fix incorrect spelling of contrib/pgcrypto option. pgp_sym_encrypt's option is spelled "sess-key", not "enable-session-key". Spotted by Jeff Janes. In passing, improve a comment in pgp-pgsql.c to make it clearer that the debugging options are intentionally undocumented. Branch -- REL9_

[COMMITTERS] pgsql: Docs: fix incorrect spelling of contrib/pgcrypto option.

2014-11-03 Thread Tom Lane
Docs: fix incorrect spelling of contrib/pgcrypto option. pgp_sym_encrypt's option is spelled "sess-key", not "enable-session-key". Spotted by Jeff Janes. In passing, improve a comment in pgp-pgsql.c to make it clearer that the debugging options are intentionally undocumented. Branch -- REL9_

[COMMITTERS] pgsql: Docs: fix incorrect spelling of contrib/pgcrypto option.

2014-11-03 Thread Tom Lane
Docs: fix incorrect spelling of contrib/pgcrypto option. pgp_sym_encrypt's option is spelled "sess-key", not "enable-session-key". Spotted by Jeff Janes. In passing, improve a comment in pgp-pgsql.c to make it clearer that the debugging options are intentionally undocumented. Branch -- REL9_

[COMMITTERS] pgsql: Docs: fix incorrect spelling of contrib/pgcrypto option.

2014-11-03 Thread Tom Lane
Docs: fix incorrect spelling of contrib/pgcrypto option. pgp_sym_encrypt's option is spelled "sess-key", not "enable-session-key". Spotted by Jeff Janes. In passing, improve a comment in pgp-pgsql.c to make it clearer that the debugging options are intentionally undocumented. Branch -- maste