Thread
-
psql built from git still reports 9.3devel
Colin 't Hart <colinthart@gmail.com> — 2013-10-21T12:09:23Z
Hi, git status says that I'm on branch master. psql reports 9.3devel, yet I expected it to report 9.4devel Is this expected behaviour? I've looked at the developer's FAQ and Wiki but couldn't find anything about this. Cheers, Colin
-
Re: psql built from git still reports 9.3devel
Michael Paquier <michael.paquier@gmail.com> — 2013-10-21T12:25:54Z
On Mon, Oct 21, 2013 at 9:09 PM, Colin 't Hart <colinthart@gmail.com> wrote: > git status says that I'm on branch master. > psql reports 9.3devel, yet I expected it to report 9.4devel > > Is this expected behaviour? I've looked at the developer's FAQ and Wiki but > couldn't find anything about this. You should check your installation, here is what I am getting in my dev box: $ psql --version psql (PostgreSQL) 9.4devel Regards, -- Michael
-
Re: psql built from git still reports 9.3devel
Colin 't Hart <colin@sharpheart.org> — 2013-10-21T12:40:42Z
make distclean & ./configure & make & sudo make install helped. Cheers, Colin On 21 October 2013 14:25, Michael Paquier <michael.paquier@gmail.com> wrote: > On Mon, Oct 21, 2013 at 9:09 PM, Colin 't Hart <colinthart@gmail.com> > wrote: > > git status says that I'm on branch master. > > psql reports 9.3devel, yet I expected it to report 9.4devel > > > > Is this expected behaviour? I've looked at the developer's FAQ and Wiki > but > > couldn't find anything about this. > You should check your installation, here is what I am getting in my dev > box: > $ psql --version > psql (PostgreSQL) 9.4devel > > Regards, > -- > Michael >