• Heikki Linnakangas's avatar
    Allow using connection URI in primary_conninfo. · b3fc6727
    Heikki Linnakangas authored
    The old method of appending options to the connection string didn't work if
    the primary_conninfo was a postgres:// style URI, instead of a traditional
    connection string. Use PQconnectdbParams instead.
    
    Alex Shulgin
    b3fc6727
libpqwalreceiver.c 14.7 KB