| From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Greg Stark <stark(at)mit(dot)edu>, Yurii Rashkovskii <yrashk(at)gmail(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: [PATCH] Allow Postgres to pick an unused port to listen |
| Date: | 2023-04-12 18:08:22 |
| Message-ID: | CA+TgmobqLiXUxZuhnp3O0he4RW1=22V5=QvFwdhXDuAHQVDS3g@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Wed, Apr 12, 2023 at 1:56 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Yeah. My main concern here is with limiting our ability to change
> the pidfile format in future. If we can keep the dependencies on that
> localized to code we control, it'd be much better.
I don't know if it's considered officially supported, but I often use
pg_ctl stop on a directory without worrying about whether I'm doing it
with the same server version that's running in that directory. I'd be
reluctant to break that property. So I bet our ability to modify the
file format is already quite limited.
But again, no issue with having a way for pg_ctl to fish the
information out of there.
--
Robert Haas
EDB: http://www.enterprisedb.com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2023-04-12 18:14:52 | Re: Wrong results from Parallel Hash Full Join |
| Previous Message | Robert Haas | 2023-04-12 18:06:05 | Re: Allowing parallel-safe initplans |