Re: [HACKERS] Re: Alter subscription..SET - NOTICE message is comingfor table which is already removed
| От | Peter Eisentraut |
|---|---|
| Тема | Re: [HACKERS] Re: Alter subscription..SET - NOTICE message is comingfor table which is already removed |
| Дата | |
| Msg-id | 2b72e9ff-3fe0-be27-d1bb-d6e7f1da7625@2ndquadrant.com обсуждение исходный текст |
| Ответ на | Re: [HACKERS] Re: Alter subscription..SET - NOTICE message is comingfor table which is already removed (Masahiko Sawada <sawada.mshk@gmail.com>) |
| Список | pgsql-hackers |
On 6/8/17 03:54, Masahiko Sawada wrote: > The reproduction step is provided by tushar but I could reproduced it > with following step. > > X cluster -> > =# select 'create table t' || generate_series(1,100) || '(c > int);';\gexec -- create 100 tables > =# create table t (c int); -- create one more table > =# create publication all_pub for all tables; > =# create publication one_pub for table t; > > Y Cluster -> > (create the same 101 tables as well) > =# create subscription hoge_sub connection 'host=localhost port=5432' > publication one_pub; > =# alter subscription hoge_sub set publication all_pub; select > pg_sleep(1); alter subscription hoge_sub set publication one_pub; > *Error occurs here* Thanks for that explanation. I have committed the rest of your changes.I didn't add the log message, just exit silently,since it doesn't seem necessary. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
В списке pgsql-hackers по дате отправления: