Re: Multiple startup messages over the same connection - Mailing list pgsql-hackers

From Jelte Fennema-Nio
Subject Re: Multiple startup messages over the same connection
Date
Msg-id CAGECzQRzxEwt_qVbQd+-+8hX4gyEJhdnoc6GgcUgNaP1R2wLxg@mail.gmail.com
Whole thread Raw
In response to Re: Multiple startup messages over the same connection  (Vladimir Churyukin <vladimir@churyukin.com>)
List pgsql-hackers
On Sat, 18 May 2024 at 23:10, Vladimir Churyukin <vladimir@churyukin.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.



pgsql-hackers by date:

Previous
From: Alexander Lakhin
Date:
Subject: Re: Underscore in positional parameters?
Next
From: Alexander Lakhin
Date:
Subject: Re: Avoid orphaned objects dependencies, take 3