Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1UElP0-0003WA-De for pgsql-www@arkaria.postgresql.org; Sun, 10 Mar 2013 18:55:22 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.72) (envelope-from ) id 1UElOz-0001G1-RS for pgsql-www@arkaria.postgresql.org; Sun, 10 Mar 2013 18:55:21 +0000 Received: from makus.postgresql.org ([2001:4800:7903:4::125]) by malur.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1UElOz-0001Fw-Bs for pgsql-www@postgresql.org; Sun, 10 Mar 2013 18:55:21 +0000 Received: from mail-ve0-f176.google.com ([209.85.128.176]) by makus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1UElOv-0006ki-BF for pgsql-www@postgresql.org; Sun, 10 Mar 2013 18:55:20 +0000 Received: by mail-ve0-f176.google.com with SMTP id cz10so2236718veb.35 for ; Sun, 10 Mar 2013 11:55:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=UEmn+RgW0yevPNkHL7UOFmJ+vmuOgVC5p/WeJhwtUDU=; b=0nnuG3Yls+rRHFmYD4jgXCDCTMiGBIqN/NOJkiZvV1OWIoF9WxjwrcqG7I3TfIuFIm fR71h+B51n1I4w/tASjncPBsb1HelB5rj/UITvml33649OqNAo0ZbqbwCM1K+D+JDZB9 I0BZUqe3e8wNgwnL2ieooMSYLaSjeRKnurydovC2vJ+TtetX6jdXJawMHeAenEnZmOuT XgKz9fEefQM34Tt0ONg3imTV5lVxuwlQ8LkuB1NYXilarDIUIMAPnQ6eKC1NHrhxhG0j piyH7BEEMR2l+lRjXX0KztfDAHXg6mTbfBWgyBlAGQPHEpfzrZzZKkCuoR/kpoH4mtce fCxA== X-Received: by 10.59.2.199 with SMTP id bq7mr3785505ved.51.1362941716368; Sun, 10 Mar 2013 11:55:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.65.33 with HTTP; Sun, 10 Mar 2013 11:54:46 -0700 (PDT) In-Reply-To: <8080.1362941506@sss.pgh.pa.us> References: <8080.1362941506@sss.pgh.pa.us> From: Thom Brown Date: Sun, 10 Mar 2013 18:54:46 +0000 X-Google-Sender-Auth: Sj394XbbJ83Dn03LisO-8N-MtuU Message-ID: Subject: Re: Git lag To: Tom Lane Cc: "w^3" Content-Type: text/plain; charset=ISO-8859-1 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-www Precedence: bulk Sender: pgsql-www-owner@postgresql.org On 10 March 2013 18:51, Tom Lane wrote: > Thom Brown writes: >> There was a commit by Tom Lane approximately 30 mins ago, yet I'm >> still unable to pull those changes into my local repo. I'm told it's >> up-to-date, but the latest commit was Magnus' pg_hba line number >> logging change. > > That's really weird, because that commit did show up on > http://git.postgresql.org/gitweb/?p=postgresql.git > almost immediately. I had the idea that gitweb was looking at the > same anonymous-access git repo that non-committers should pull from. > Maybe there's a third repo involved? Actually I'm thinking there must be something wrong with my local repo, as I have another copy on another server which I just updated and it's got that latest change without any problems. I'm definitely on master: thom@swift ~/Development/postgresql $ git status # On branch master nothing to commit (working directory clean) thom@swift ~/Development/postgresql $ git pull Already up-to-date. thom@swift ~/Development/postgresql $ git log | head -n 5 commit 7f49a67f954db3e92fd96963169fb8302959576e Author: Magnus Hagander Date: Sun Mar 10 15:54:37 2013 +0100 Report pg_hba line number and contents when users fail to log in -- Thom -- Sent via pgsql-www mailing list (pgsql-www@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-www