pgsql: Move WaitLSNShmemInit() to CreateOrAttachShmemStructs()

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Move WaitLSNShmemInit() to CreateOrAttachShmemStructs()
Date: 2024-04-02 23:56:31
Message-ID: E1rrnzS-000Ck2-O2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move WaitLSNShmemInit() to CreateOrAttachShmemStructs()

Thanks to Andres Freund, Thomas Munrom and David Rowley for investigating
this issue.

Discussion: https://postgr.es/m/CAPpHfdvap5mMLikt8CUjA0osAvCJHT0qnYeR3f84EJ_Kvse0mg%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2c91e13013414cf77bb8026a19a926e08f4e9e7a

Modified Files
--------------
src/backend/storage/ipc/ipci.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Masahiko Sawada 2024-04-03 01:29:41 pgsql: Make binaryheap enlargeable.
Previous Message David Rowley 2024-04-02 23:24:17 Re: pgsql: Implement pg_wal_replay_wait() stored procedure