| From: | Rich Shepard <rshepard(at)appl-ecosys(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Broken postgres links need to find callers |
| Date: | 2018-10-31 21:01:30 |
| Message-ID: | alpine.LNX.2.20.1810311353080.26169@salmo.appl-ecosys.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Wed, 31 Oct 2018, Adrian Klaver wrote:
> Are there actually 10.2/ directories or is that just what you are seeing in
> the error messages and the pg_config output?
Adrian,
No 10.2/ directories, only what is shown in the error messages and
pg_config output.
> Previously you used:
> /usr/lib/postgresql/10.3/bin/pg_config
> is that the same as below?:
>> # ./pg_config --configure
Yes. I was in that directory when I ran pg_config.[1]
> In other words what does:
> ./pg_config --version
> show?
This shows 10.3
> Did the server been running continuously from the upgrade to the time you
> made the listen_addresses change?
Yes, other than a few kernel upgrades.
[1] This prompted me to look for more pg_config files, and I found a symlink
in /usr/bin/ that pointed to /usr/lib/postgresql/10.2/bin/pg_config which
does not exist. I changed that symlink to point to the 10.3/ pg_config
version but there's still a broken link somewhere because pg_ctl start
cannot find the correct directory for timezonesets.
Regards,
Rich
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Rich Shepard | 2018-10-31 21:09:16 | Re: Broken postgres links need to find callers |
| Previous Message | Adrian Klaver | 2018-10-31 20:47:57 | Re: Broken postgres links need to find callers |