Re: createdb script bug in 7.3RC2?

From: Jean-Christian Imbeault <jc(at)mega-bucks(dot)co(dot)jp>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: createdb script bug in 7.3RC2?
Date: 2002-11-27 17:11:43
Message-ID: 3DE4FCCF.1060002@mega-bucks.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Szabó Roland 2002-11-27 17:13:09 Pg_dump uses up RAM and swap space
Previous Message Tom Lane 2002-11-27 17:02:30 Re: createdb script bug in 7.3RC2?