Re: Turning recovery.conf into GUCs - Mailing list pgsql-hackers

From Jaime Casanova
Subject Re: Turning recovery.conf into GUCs
Date
Msg-id CAJKUy5jXQqWR3r65-UCRHofpgy8guc0hqTkZ585-RKrD74h=NQ@mail.gmail.com
Whole thread Raw
In response to Re: Turning recovery.conf into GUCs  (Josh Berkus <josh@agliodbs.com>)
Responses Re: Turning recovery.conf into GUCs  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
On Fri, Nov 15, 2013 at 4:11 PM, Josh Berkus <josh@agliodbs.com> wrote:
> On 11/15/2013 06:38 AM, Jaime Casanova wrote:
>>> > Please check for compiler warnings in pg_basebackup:
>>> >
>>> > pg_basebackup.c:1109:1: warning: ‘escapeConnectionParameter’ defined but not used [-Wunused-function]
>>> > pg_basebackup.c:1168:1: warning: ‘escape_quotes’ defined but not used [-Wunused-function]
>>> >
>> those are functions that are no longer used but Josh considered they
>> could become useful before release.
>> i can put them inside #ifdef _NOT_USED_ decorations or just remove
>> them now and if/when we find some use for them re add them
>
> Wait, which Josh?  Not me ...
>

sorry, i clearly misunderstood you. attached a rebased patch with
those functions removed.

--
Jaime Casanova         www.2ndQuadrant.com
Professional PostgreSQL: Soporte 24x7 y capacitación
Phone: +593 4 5107566         Cell: +593 987171157

Attachment

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pre-commit triggers
Next
From: Amit Kapila
Date:
Subject: Re: ALTER SYSTEM SET command to change postgresql.conf parameters (RE: Proposal for Allow postgresql.conf values to be changed via SQL [review])