Need help on compiling postgres source code from cloned repo

From: rajan <vgmonnet(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Need help on compiling postgres source code from cloned repo
Date: 2017-07-02 06:31:22
Message-ID: 1498977082185-5969667.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message twoflower 2017-07-02 11:35:24 Text search dictionary vs. the C locale
Previous Message rajan 2017-07-02 03:55:57 Re: have trouble understanding xmin and xmax with update operations from two different sessions