Re: Question about StartLogicalReplication() error path

Andres Freund <andres@anarazel.de>

From: Andres Freund <andres@anarazel.de>
To: Jeff Davis <pgsql@j-davis.com>
Cc: Robert Haas <robertmhaas@gmail.com>, Amit Kapila <amit.kapila16@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2021-06-11T20:43:51Z
Lists: pgsql-hackers
On 2021-06-11 12:07:24 -0700, Jeff Davis wrote:
> On Fri, 2021-06-11 at 11:56 -0700, Andres Freund wrote:
> > That doesn't work as easily in older versions because there was no
> > SQL
> > support in replication connections until PG 10...
> 
> 9.6 will be EOL this year. I don't really see why such old versions are
> relevant to this discussion.

It's relevant to understand how we ended up here.



Commits

  1. Improve documentation for START_REPLICATION ... LOGICAL.