Re: Multiple startup messages over the same connection

From: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
To: Vladimir Churyukin <vladimir(at)churyukin(dot)com>
Cc: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, pghackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Multiple startup messages over the same connection
Date: 2024-05-19 06:54:39
Message-ID: CAGECzQRzxEwt_qVbQd+-+8hX4gyEJhdnoc6GgcUgNaP1R2wLxg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, 18 May 2024 at 23:10, Vladimir Churyukin <vladimir(at)churyukin(dot)com> wrote:
> I guess the process of passing control from child processes to the parent could be a bit tricky for that one, but doable?
> Is there anything I'm missing that can be a no-go for this?

One seriously difficult/possibly impossible thing is passing SSL
session state between processes using shared memory.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Lakhin 2024-05-19 08:00:00 Re: Avoid orphaned objects dependencies, take 3
Previous Message Alexander Lakhin 2024-05-19 05:00:00 Re: Underscore in positional parameters?