Replication connection URI? - Mailing list pgsql-hackers

From Alex Shulgin
Subject Replication connection URI?
Date
Msg-id 87a93gsrc8.fsf@commandprompt.com
Whole thread Raw
Responses Re: Replication connection URI?  (Heikki Linnakangas <hlinnakangas@vmware.com>)
List pgsql-hackers
Hackers,

It appears that replication connection doesn't support URI but only the
traditional conninfo string.

src/backend/replication/libpqwalreceiver/libpqwalreceiver.c:99: in libpqrcv_connect():
   snprintf(conninfo_repl, sizeof(conninfo_repl),            "%s dbname=replication replication=true
fallback_application_name=walreceiver",           conninfo);
 

A patch to fix this welcome?

--
Alex

PS: I wrote the original URI parser used in libpq.



pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: WIP: Access method extendability
Next
From: Heikki Linnakangas
Date:
Subject: Re: Replication connection URI?