[COMMITTERS] pgsql: Fix a few more misc typos in comments.

2014-04-09 Thread Heikki Linnakangas
Fix a few more misc typos in comments. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/150a9df5288d2ba59a26767659a99c44b683fe8f Modified Files -- src/backend/replication/logical/snapbuild.c | 12 ++-- src/include/access/htup.h |

[COMMITTERS] pgsql: docs: add link to pg_start_backup() from pg_basebackup --checkp

2014-04-09 Thread Bruce Momjian
docs: add link to pg_start_backup() from pg_basebackup --checkpoint This references the meaning of the fast/spread checkpoint option. Per private IM report Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/85c6bba2ce37761fb5e5d21fb5d53cae3d6861f9 Modified Files

[COMMITTERS] pgsql: Fix misc typos in comments.

2014-04-09 Thread Heikki Linnakangas
Fix misc typos in comments. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/5b075ae893a2b6eb42188463bbb76c6a141370a8 Modified Files -- src/backend/replication/logical/snapbuild.c | 12 ++-- src/backend/storage/lmgr/predicate.c|4 ++--

[COMMITTERS] pgsql: Add missing include.

2014-04-09 Thread Robert Haas
Add missing include. This is more cleanup from commit 11a65eed1637a05b03e174700799b024e104bfb4. Amit Kapila Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b0827320610c6e4a42b2747b354ed05f7c94a30d Modified Files -- src/backend/port/win32_shmem.c |1

Re: [COMMITTERS] pgsql: Several fixes to array handling in ecpg.

2014-04-09 Thread Andres Freund
On 2014-04-09 12:46:35 +0200, Michael Meskes wrote: > > > Several fixes to array handling in ecpg. > > > > What's actually fixed by this? > > There were a couple of reports that data got filled into array incorrectly > and at least some of those were fixed by the patches. It'd be useful to desc

Re: [COMMITTERS] pgsql: Several fixes to array handling in ecpg.

2014-04-09 Thread Michael Meskes
> > Several fixes to array handling in ecpg. > > What's actually fixed by this? There were a couple of reports that data got filled into array incorrectly and at least some of those were fixed by the patches. > The patch, or at least the comments, don't look entirely finished: > + /* > +

Re: [COMMITTERS] pgsql: Several fixes to array handling in ecpg.

2014-04-09 Thread Andres Freund
Hi, On 2014-04-09 09:24:08 +, Michael Meskes wrote: > Several fixes to array handling in ecpg. What's actually fixed by this? The patch, or at least the comments, don't look entirely finished: + /* +* If siz i.e. the size of structure of which this variable is part of, +

[COMMITTERS] pgsql: Several fixes to array handling in ecpg.

2014-04-09 Thread Michael Meskes
Several fixes to array handling in ecpg. Patches by Ashutosh Bapat Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/3b8fda6763ceccac0fc5ae0e921568235608252c Modified Files -- src/interfaces/ecpg/preproc/type.c | 17 +++-- .../

[COMMITTERS] pgsql: Several fixes to array handling in ecpg.

2014-04-09 Thread Michael Meskes
Several fixes to array handling in ecpg. Patches by Ashutosh Bapat Conflicts: src/interfaces/ecpg/test/expected/preproc-outofscope.c Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/0de1068365909970eb75c51d82467d28631b63ef Modified Files

[COMMITTERS] pgsql: Several fixes to array handling in ecpg.

2014-04-09 Thread Michael Meskes
Several fixes to array handling in ecpg. Patches by Ashutosh Bapat Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/2b3136de9ed80cf89287651048d1597ebc1b4b6d Modified Files -- src/interfaces/ecpg/preproc/type.c | 17 +++-- .../

[COMMITTERS] pgsql: Several fixes to array handling in ecpg.

2014-04-09 Thread Michael Meskes
Several fixes to array handling in ecpg. Patches by Ashutosh Bapat Conflicts: src/interfaces/ecpg/test/expected/preproc-outofscope.c Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/0c2eb989ea93f3e0ccbbbf39853bcd3e23879603 Modified Files

[COMMITTERS] pgsql: Several fixes to array handling in ecpg.

2014-04-09 Thread Michael Meskes
Several fixes to array handling in ecpg. Patches by Ashutosh Bapat Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/f9179685371b74bf4752bf3f87846e5625cf91fa Modified Files -- src/interfaces/ecpg/preproc/type.c | 17 +- src/interfaces/ecp