Re: createdb script bug in 7.3RC2? - Mailing list pgsql-bugs

From Jean-Christian Imbeault
Subject Re: createdb script bug in 7.3RC2?
Date
Msg-id 3DE4FCCF.1060002@mega-bucks.co.jp
Whole thread Raw
In response to createdb script bug in 7.3RC2?  (Jean-Christian Imbeault <jc@mega-bucks.co.jp>)
List pgsql-bugs
Tom Lane wrote:
 >
 > I'm still wondering if you are actually invoking a 7.3 server, and not
 > an old pre-7.1 one.  'psql -c "select version()"' would tell the tale.

[postgres@localhost work]$ psql JC -c "select version()"
                            version
--------------------------------------------------------------
  PostgreSQL 7.3rc2 on i686-pc-linux-gnu, compiled by GCC 2.96
(1 row)

 > Barring that, try adding some debug printouts to
 > expand_dynamic_library_name() in src/backend/utils/fmgr/dfmgr.c
 > to see what file names it's actually trying (or just step through it
 > with a debugger).

I'll try but that's a bit over my head ... I don't know much C or shell
programming.

Jc

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: createdb script bug in 7.3RC2?
Next
From: Szabó Roland
Date:
Subject: Pg_dump uses up RAM and swap space