Re: logical replication - negative bitmapset member not allowed

2019-11-09 Thread Peter Eisentraut
On 2019-11-07 16:18, Jehan-Guillaume de Rorthais wrote: On Thu, 7 Nov 2019 16:02:21 +0100 Peter Eisentraut wrote: On 2019-11-05 17:05, Jehan-Guillaume de Rorthais wrote: I have simplified your reproduction steps from the previous message to a test case, and I can confirm that your proposed fi

Re: logical replication - negative bitmapset member not allowed

2019-11-09 Thread Jehan-Guillaume de Rorthais
On Sat, 9 Nov 2019 09:18:21 +0100 Peter Eisentraut wrote: > On 2019-11-07 16:18, Jehan-Guillaume de Rorthais wrote: > > On Thu, 7 Nov 2019 16:02:21 +0100 > > Peter Eisentraut wrote: > > > >> On 2019-11-05 17:05, Jehan-Guillaume de Rorthais wrote: > I have simplified your reproduction s

Re: type SERIAL in C host-struct

2019-11-09 Thread Peter J. Holzer
On 2019-11-07 20:14:47 +0100, Matthias Apitz wrote: > At the end of the day we came up with the following solution: > > strcpy(host_struct.name, "Sigrid"); > EXEC SQL select nextval('lina_lid_seq') into :host_struct.ser; > > EXEC SQL INSERT INTO lina VALUES ( :host_struct

Re: type SERIAL in C host-struct

2019-11-09 Thread Matthias Apitz
El día sábado, noviembre 09, 2019 a las 04:31:53p. m. +0100, Peter J. Holzer escribió: > On 2019-11-07 20:14:47 +0100, Matthias Apitz wrote: > > At the end of the day we came up with the following solution: > > > > strcpy(host_struct.name, "Sigrid"); > > EXEC SQL select nextval('