Re: [HACKERS] psql built from git still reports 9.3devel

2013-10-21 Thread Colin 't Hart
make distclean & ./configure & make & sudo make install helped. Cheers, Colin On 21 October 2013 14:25, Michael Paquier wrote: > On Mon, Oct 21, 2013 at 9:09 PM, Colin 't Hart > wrote: > > git status says that I'm on branch master. > > psql reports 9.3devel, yet I expected it to report 9.4

Re: [HACKERS] psql built from git still reports 9.3devel

2013-10-21 Thread Michael Paquier
On Mon, Oct 21, 2013 at 9:09 PM, Colin 't Hart 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 you

[HACKERS] psql built from git still reports 9.3devel

2013-10-21 Thread Colin 't Hart
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