Re: pgxs: build infrastructure for extensions v4

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgxs: build infrastructure for extensions v4
Date: 2004-08-06 15:37:58
Message-ID: 200408061537.i76Fbwk06737@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Oh, I see that modification now. Thanks. Sorry I missed it.

---------------------------------------------------------------------------

Joe Conway wrote:
> Bruce Momjian wrote:
> > FYI, I couldn't find anything in the shell pg_config with this path:
> >
> > strncat(otherpath, "/pgxs/src/makefiles/pgxs.mk", MAXPGPATH-1);
> >
> > Did you find a mention of this? I looked in pg_config.sh and
> > Makefile.global.in.
>
> I see it here:
> http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/pg_config/Attic/pg_config.sh.diff?r1=1.9;r2=1.10
>
> --pkglibdir) show="$show \$val_pkglibdir";;
> + --pgxs) show="$show \$val_pgxsdir/src/makefiles/pgxs.mk";;
> --configure) show="$show \$val_configure";;
>
> Joe
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Marc G. Fournier 2004-08-06 15:59:14 Re: Open items
Previous Message Bruce Momjian 2004-08-06 15:33:49 Re: Open items