On Fri, Feb 28, 2014 at 2:22 PM, Andres Freund <[email protected]> wrote: >> So now that I've actually gone to use physical replication slots, I can't >> get them working. > > Aw yuck. Try a shorter name. libpqrcv_startstreaming is truncating the > identifier if it's too long... > > Patch fixing that attached.
Committed, although I wonder if we shouldn't be doing something more sophisticated here to avoid the need to guess how long the command could be. Like, maybe using psprintf()? -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
