Re: pgsql-server: Use canonicalize_path for -D, GUC paths, - Mailing list pgsql-committers

From Bruce Momjian
Subject Re: pgsql-server: Use canonicalize_path for -D, GUC paths,
Date
Msg-id 200407120222.i6C2MWw23043@candle.pha.pa.us
Whole thread Raw
In response to Re: pgsql-server: Use canonicalize_path for -D, GUC paths,  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
OK, got it.  THanks.

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

Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Tom Lane wrote:
> >> ... and probably breaks the GUC variables that represent search paths,
>
> > OK, the only GUC I saw that was a list was preload_libraries, and this
> > patch fixes that.
>
> Nope, Dynamic_library_path is broken too.
>
>             regards, tom lane
>
> ---------------------------(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@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql-server: Use canonicalize_path for -D, GUC paths,
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server: Fix library_path with canonicalization.