Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1Tq3bB-0001Lh-LV for pgsql-docs@arkaria.postgresql.org; Tue, 01 Jan 2013 15:17:49 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.72) (envelope-from ) id 1Tq3bA-0003Xu-MI for pgsql-docs@arkaria.postgresql.org; Tue, 01 Jan 2013 15:17:48 +0000 Received: from makus.postgresql.org ([98.129.198.125]) by malur.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1Tq3bA-0003XW-3u for pgsql-docs@postgresql.org; Tue, 01 Jan 2013 15:17:48 +0000 Received: from mail-wg0-f48.google.com ([74.125.82.48]) by makus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1Tq3b8-0003zU-9u for pgsql-docs@postgresql.org; Tue, 01 Jan 2013 15:17:47 +0000 Received: by mail-wg0-f48.google.com with SMTP id dt10so6031360wgb.3 for ; Tue, 01 Jan 2013 07:17:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=YDjJRFSrO0JEevsPJFXIXYlOUbTb8vyfBLVcAw1f+rw=; b=UPqUlV5mbGNKZdrbCXKBbCdG1K+ZH5TBhzOwqBwQZZLM0GeGYRKZ8bf5rF2idpAOnw HrTtMU9Z7IGM0pmLcMvhnxwBd0eIlfVrY6E35lBz5i/hKkp7QQqqMM5QA5aK+MOdQlmG gH7iykWHxw07QV6S5MPCNCHG8fXHwokWHtqiURsTGup2JC+h59eSUU2JwE0o/RDqQ0Gu Ml6ilK3ajgUQ/6nZufr8A6HUuP/sPvVaavbBh5sP98LxgDWf0UCPoV6hqN8dM/rHQdXQ 3Oh9sc+XyAwyou+gjxCuAFq5A5/uqpqNuIFAbeja5IaiRwfdDkmYGSNiKwVXRJN6zWZw FUGw== MIME-Version: 1.0 Received: by 10.180.20.177 with SMTP id o17mr59006095wie.24.1357053464662; Tue, 01 Jan 2013 07:17:44 -0800 (PST) Received: by 10.194.54.40 with HTTP; Tue, 1 Jan 2013 07:17:44 -0800 (PST) In-Reply-To: References: Date: Tue, 1 Jan 2013 16:17:44 +0100 Message-ID: Subject: Re: pg_resetxlog -l From: Magnus Hagander To: Fujii Masao Cc: pgsql-docs Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmi04FhbmwaLBRAfSLGAOlMp3vLSQpnb9E1jBnS/RSfQ6bPKAl3mqMWatFX4ksfPSvaxODd X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org Applied, thanks. //Magnus On Tue, Dec 25, 2012 at 5:52 PM, Fujii Masao wrote: > On Wed, Oct 24, 2012 at 11:54 PM, Fujii Masao wrote: >> Hi, >> >> I found the old information about -l option of pg_resetxlog in its document. >> >>> pg_resetxlog [-f] [-n] [-o oid] [-x xid] [-e xid_epoch] [-m mxid] [-O mxoff] [-l timelineid,fileid,seg] datadir >> >> In HEAD, what -l option of pg_resetxlog allows to be set is a WAL file name. >> So 'timelineid,fileid,seg' part should be changed to 'xlogfile'. Patch attached. >> I chose the term 'xlogfile' here because it's used in help message of >> pg_resetxlog. > > Does anyone pick up and commit this to HEAD? > > Regards, > > -- > Fujii Masao > > > -- > Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-docs -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs