[GENERAL] Need help on compiling postgres source code from cloned repo - Mailing list pgsql-general

From rajan
Subject [GENERAL] Need help on compiling postgres source code from cloned repo
Date
Msg-id 1498977082185-5969667.post@n3.nabble.com
Whole thread Raw
Responses Re: [GENERAL] Need help on compiling postgres source code from clonedrepo  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general
Hi,

I have a cloned repository of postgres and I want to compile the source for
*REL_10_BETA1* alone.

Following are the steps I am planning to do,
-> git checkout -b rel10beta1 REL_10_BETA1 (and verifying current branch is
newly created one)
-> Execute ./configure --prefix=/opt/PostgreSQL/10beta --with-pgport=6432
--enable-integer-datetimes --enable-thread-safety --enable-debug
-> And then make and make install

Will the above steps work? Please assist.



-----
--
Thanks,
Rajan.
--
View this message in context:
http://www.postgresql-archive.org/Need-help-on-compiling-postgres-source-code-from-cloned-repo-tp5969667.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


pgsql-general by date:

Previous
From: rajan
Date:
Subject: [GENERAL] Re: have trouble understanding xmin and xmax with update operationsfrom two different sessions
Next
From: twoflower
Date:
Subject: [GENERAL] Text search dictionary vs. the C locale