• Noah Misch's avatar
    Retire escapeConnectionParameter(). · 9132c014
    Noah Misch authored
    It is redundant with appendConnStrVal(), which became an extern function
    in commit 41f18f02.  This changes the
    handling of out-of-memory and of certain inputs for which quoting is
    optional, but pg_basebackup has no need for unusual treatment thereof.
    9132c014
pg_basebackup.c 53.5 KB