[HACKERS] Server Crashes if try to provide slot_name='none' at the time ofcreating subscription.

Поиск
Список
Период
Сортировка
От tushar
Тема [HACKERS] Server Crashes if try to provide slot_name='none' at the time ofcreating subscription.
Дата
Msg-id 6af0f58c-243c-8110-9547-ebb504ccb457@enterprisedb.com
обсуждение исходный текст
Ответы Re: [HACKERS] Server Crashes if try to provide slot_name='none' atthe time of creating subscription.  (Masahiko Sawada <sawada.mshk@gmail.com>)
Список pgsql-hackers
Hi,

Server Crashes if we try to provide slot_name='none' at the time of 
creating subscription -

postgres=#  create subscription sub2 connection 'dbname=postgres 
port=5000 user=centos password=f' publication abc with (slot_name='none');
NOTICE:  synchronized table states
server closed the connection unexpectedly    This probably means the server terminated abnormally    before or while
processingthe request.
 
The connection to the server was lost. Attempting reset: Failed.
!>

-- 
regards,tushar
EnterpriseDB  https://www.enterprisedb.com/
The Enterprise PostgreSQL Company




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: [HACKERS] Create publication syntax is not coming properly inpg_dump / pg_dumpall
Следующее
От: Kuntal Ghosh
Дата:
Сообщение: Re: [HACKERS] Create publication syntax is not coming properly inpg_dump / pg_dumpall