Re: BUG #5250: Tutorial examples(pre-compiled) not present with precompiled binary version of PostgreSQL.

From: Ashish Anand <Ashish(dot)The(dot)Dev(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Dave Page <dpage(at)pgadmin(dot)org>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #5250: Tutorial examples(pre-compiled) not present with precompiled binary version of PostgreSQL.
Date: 2009-12-22 15:30:46
Message-ID: c92445880912220730t5d1a96b9gaa2e169ecb1fd2b4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Just to make it clear, if it wasn't apparent already, my operating system is
Windows 7.

--Ashish.

On Tue, Dec 22, 2009 at 8:18 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Dave Page <dpage(at)pgadmin(dot)org> writes:
> > In 12 years of working with PG, I never noticed that directory
> > required building manually (which is why it's not it any installer
> > from EDB, or the community). Is there any reason for that?
>
> To judge from the RPM examples, you'd probably need special actions
> anyway. The RPMs need to change the installed path. I have these
> steps in the Fedora/Red Hat specfile:
>
> # Have to hack makefile to put correct path into tutorial scripts
> sed "s|C=\`pwd\`;|C=%{_libdir}/pgsql/tutorial;|" < src/tutorial/Makefile >
> src/tutorial/GNUmakefile
> make %{?_smp_mflags} -C src/tutorial NO_PGXS=1 all
> rm -f src/tutorial/GNUmakefile
>
> install -d -m 755 $RPM_BUILD_ROOT%{_libdir}/pgsql/tutorial
> cp src/tutorial/* $RPM_BUILD_ROOT%{_libdir}/pgsql/tutorial
>
> It looks to me like the unmodified Makefile builds the .sql files
> on the assumption they will be used *in the source tree*. So basically
> no installer could use that as-is anyway.
>
> regards, tom lane
>

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Kevin Grittner 2009-12-22 15:37:22 Re: OutOfMemory hibernate scroll with 2M records | Postgresql 8.4 DB
Previous Message Tom Lane 2009-12-22 14:48:23 Re: BUG #5250: Tutorial examples(pre-compiled) not present with precompiled binary version of PostgreSQL.