Re: [External] Re: BUG #17585: Wrong path to the extension control file

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Garbuz, Yakov [ASM Research]" <Yakov(dot)Garbuz(at)asmr(dot)com>
Cc: "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: [External] Re: BUG #17585: Wrong path to the extension control file
Date: 2022-08-22 13:21:39
Message-ID: 259036.1661174499@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Garbuz, Yakov [ASM Research]" <Yakov(dot)Garbuz(at)asmr(dot)com> writes:
> SELECT version();
> "PostgreSQL 12.6 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 8.3.1 20191121 (Red Hat 8.3.1-5), 64-bit"

> SHOW config_file;
> "/var/lib/postgresql/data/postgresql.conf"

> cat: /var/lib/postgresql/data/postgresql.conf: No such file or directory
> There is no postgresql directory in /var/lib/

The best explanation I can see for that is that the server is on
some other machine than where you are running psql/cat.

I guess it's at least theoretically possible that the server was
originally started in /var/lib/postgresql/data and somebody moved
that directory since then.

In any case, none of this looks like a Postgres bug; it looks
like sloppy sysadmin work. You're going to have to puzzle out
what's been done in that installation by yourself, because the
rest of us don't have the facts available.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2022-08-22 16:02:04 Re: BUG #17233: Incorrect behavior of DELETE command with bad subquery in WHERE clause
Previous Message Garbuz, Yakov [ASM Research] 2022-08-22 13:16:34 Re: [External] Re: BUG #17585: Wrong path to the extension control file