Re: Binary support for pgoutput plugin
Dave Cramer <davecramer@gmail.com>
From: Dave Cramer <davecramer@gmail.com>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>,
Petr Jelinek <petr@2ndquadrant.com>, Tom Lane <tgl@sss.pgh.pa.us>, Michael Paquier <michael@paquier.xyz>, Dmitry Dolgov <9erthalion6@gmail.com>, Thomas Munro <thomas.munro@gmail.com>, Tomas Vondra <tomas.vondra@2ndquadrant.com>,
Petr Jelinek <petr.jelinek@2ndquadrant.com>, Andres Freund <andres@anarazel.de>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2020-07-06T12:58:01Z
Lists: pgsql-hackers
On Sun, 5 Jul 2020 at 17:28, Daniel Gustafsson <daniel@yesql.se> wrote: > > On 5 Jul 2020, at 23:11, Alvaro Herrera <alvherre@2ndquadrant.com> > wrote: > > > > On 2020-Jul-05, Daniel Gustafsson wrote: > > > >>> On 2 Jul 2020, at 18:41, Dave Cramer <davecramer@gmail.com> wrote: > >>> > >>> rebased > >> > >> Thanks! The new version of 0001 patch has a compiler warning due to > mixed > >> declarations and code: > >> > >> worker.c: In function ‘slot_store_data’: > >> worker.c:366:5: error: ISO C90 forbids mixed declarations and code > [-Werror=declaration-after-statement] > > > > AFAICS this is fixed in 0005. > > Yes and no, 0005 fixes one such instance but the one failing the build is > another one in worker.c (the below being from 0008 which in turn change > the row > in question from previous patches): > > + int cursor = tupleData->values[remoteattnum]->cursor; > > > I'm going to suggest to use "git rebase -i" > > +1 > Strangely I don't see those errors when I build on my machine, but I will fix them as far as rebase -i do what is advised here for squashing them. Just one patch now ? Thanks,
Commits
-
Weaken type-OID-matching checks in array_recv and record_recv.
- 670c0a1d474b 14.0 landed
-
Fix construction of updated-columns bitmap in logical replication.
- e8de627a3e05 11.9 landed
- d5daae47db5e 14.0 landed
- 71e561bd4bc2 12.4 landed
- 39d6aec1927c 10.14 landed
- 2f1f189cf880 13.0 landed
-
Allow logical replication to transfer data in binary format.
- 9de77b545313 14.0 landed
-
Phase 2 pgindent run for v12.
- 8255c7a5eeba 12.0 cited