Re: warning to publication created and wal_level is not set to logical

2019-07-12 Thread Lucas Viecelli
t; CREATE PUBLICATION commands that are expected to succeed? Like in the > attached. This version passes installcheck with any wal_level. > All right, for me. If wal_level can not interfere with the testes result, it seems to a better approach *Lucas Viecelli* <http://www.leosoft.com.br/coopcred>

Re: warning to publication created and wal_level is not set to logical

2019-07-08 Thread Lucas Viecelli
Follow the correct file, I added the wrong patch in the previous email > Attached is the rebased > thanks a lot *Lucas Viecelli* diff --git a/src/backend/commands/publicationcmds.c b/src/backend/commands/publicationcmds.c index 1ac1a71bd9..902180cedc 100644 --- a/src/backend/co

Re: warning to publication created and wal_level is not set to logical

2019-07-08 Thread Lucas Viecelli
t; > WARNING: insufficient wal_level to publish logical changes > HINT: Set wal_level to logical before creating subscriptions. > -- *Lucas Viecelli* <http://www.leosoft.com.br/coopcred> diff --git a/src/backend/commands/publicationcmds.c b/src/backend/commands/publicationcmds.c

Re: warning to publication created and wal_level is not set to logical

2019-03-26 Thread Lucas Viecelli
understanding of new users. Since everything is fine, thank you all for the comments -- Atenciosamente. *Lucas Viecelli* <http://www.leosoft.com.br/coopcred>

Re: warning to publication created and wal_level is not set to logical

2019-03-25 Thread Lucas Viecelli
g. Is it better to warn from time to time that wal_level needs to change because it has some publication that will not work? -- *Lucas Viecelli* <http://www.leosoft.com.br/coopcred>

warning to publication created and wal_level is not set to logical

2019-03-21 Thread Lucas Viecelli
ion. Thanks -- *Lucas Viecelli* <http://www.leosoft.com.br/coopcred> diff --git a/src/backend/commands/publicationcmds.c b/src/backend/commands/publicationcmds.c index 4d48be0b92..991065d0a2 100644 --- a/src/backend/commands/publicationcmds.c +++ b/src/backend/commands/publicationcmds.c