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

From: tushar <tushar(dot)ahuja(at)enterprisedb(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Server Crashes if try to provide slot_name='none' at the time of creating subscription.
Date: 2017-05-15 09:41:02
Message-ID: 6af0f58c-243c-8110-9547-ebb504ccb457@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 processing the request.
The connection to the server was lost. Attempting reset: Failed.
!>

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kuntal Ghosh 2017-05-15 09:49:45 Re: Create publication syntax is not coming properly in pg_dump / pg_dumpall
Previous Message Masahiko Sawada 2017-05-15 09:36:14 Re: Create publication syntax is not coming properly in pg_dump / pg_dumpall