Re: extensible options syntax for replication parser? - Mailing list pgsql-hackers

From tushar
Subject Re: extensible options syntax for replication parser?
Date
Msg-id 362c9ed1-4754-2b66-bff4-28e6fd40b568@enterprisedb.com
Whole thread Raw
In response to Re: extensible options syntax for replication parser?  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: extensible options syntax for replication parser?  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 9/23/21 8:35 PM, Robert Haas wrote:
> Thanks. Looks like that version had some stupid mistakes. Here's a new one.

Thanks, the reported issue seems to be fixed now for HEAD w/patch 
(publication) to HEAD w/patch (subscription) but still getting the same 
error if we try to perform v12(publication) to HEAD 
w/patch(subscription) . I checked there is no such issue for 
v12(publication) to v14 RC1 (subscription)

postgres=#  create subscription sub123s CONNECTION 'host=127.0.0.1 
user=edb  port=4444 dbname=postgres' PUBLICATION pp with (slot_name = 
from_v14);
ERROR:  could not create replication slot "from_v14": ERROR: syntax error
postgres=#

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




pgsql-hackers by date:

Previous
From: Antonin Houska
Date:
Subject: Re: POC: Cleaning up orphaned files using undo logs
Next
From: Amul Sul
Date:
Subject: Re: [Patch] ALTER SYSTEM READ ONLY