Re: extensible options syntax for replication parser?

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: tushar <tushar(dot)ahuja(at)enterprisedb(dot)com>
Cc: Sergei Kornilov <sk(at)zsrv(dot)org>, Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: extensible options syntax for replication parser?
Date: 2021-09-23 15:05:40
Message-ID: CA+TgmoYid3oqn9EwUiK1+3PW82CF9ir9hJ6J+0n0BgFZLr2BTA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Sep 23, 2021 at 2:55 AM tushar <tushar(dot)ahuja(at)enterprisedb(dot)com> wrote:
> l checked and look like the issue is still not fixed against v7-* patches -
>
> postgres=# create subscription test CONNECTION 'host=127.0.0.1 user=edb dbname=postgres' PUBLICATION p with (create_slot = true);
> ERROR: could not create replication slot "test": ERROR: syntax error

Thanks. Looks like that version had some stupid mistakes. Here's a new one.

--
Robert Haas
EDB: http://www.enterprisedb.com

Attachment Content-Type Size
v8-0001-Flexible-options-for-BASE_BACKUP.patch application/octet-stream 25.6 KB
v8-0002-Flexible-options-for-CREATE_REPLICATION_SLOT.patch application/octet-stream 17.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2021-09-23 15:22:20 Re: refactoring basebackup.c
Previous Message John Naylor 2021-09-23 14:49:51 Re: mark the timestamptz variant of date_bin() as stable