Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov <akorotkov@postgresql.org>
Revert: Implement pg_wal_replay_wait() stored procedure This commit reverts 06c418e163, e37662f221, bf1e650806, 25f42429e2, ee79928441, and 74eaf66f98 per review by Heikki Linnakangas. Discussion: https://postgr.es/m/b155606b-e744-4218-bda5-29379779da1a%40iki.fi
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +0 −113 |
| src/backend/access/transam/xact.c | modified | +0 −6 |
| src/backend/access/transam/xlog.c | modified | +0 −7 |
| src/backend/access/transam/xlogrecovery.c | modified | +0 −11 |
| src/backend/catalog/system_functions.sql | modified | +0 −3 |
| src/backend/commands/Makefile | modified | +1 −2 |
| src/backend/commands/meson.build | modified | +0 −1 |
| src/backend/commands/waitlsn.c | deleted | +0 −337 |
| src/backend/lib/pairingheap.c | modified | +2 −16 |
| src/backend/storage/ipc/ipci.c | modified | +0 −3 |
| src/backend/storage/lmgr/proc.c | modified | +0 −6 |
| src/backend/utils/activity/wait_event_names.txt | modified | +0 −2 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_proc.dat | modified | +0 −5 |
| src/include/commands/waitlsn.h | deleted | +0 −77 |
| src/include/lib/pairingheap.h | modified | +0 −3 |
| src/include/storage/lwlocklist.h | modified | +0 −1 |
| src/test/recovery/meson.build | modified | +0 −1 |
| src/test/recovery/t/043_wal_replay_wait.pl | deleted | +0 −97 |
| src/tools/pgindent/typedefs.list | modified | +0 −2 |
Documentation touched
Discussion
- Re: [HACKERS] make async slave to wait for lsn to be replayed 113 messages · 2023-02-28 → 2024-09-17