git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: b85a9d0) | patch
Move LSN waiting declarations and definitions to better place
2024年10月24日 11:37:53 +0000 (14:37 +0300)
2024年10月24日 11:37:53 +0000 (14:37 +0300)
commit 5035172e4ab58e4e8eef1bc60b0712fc59e0be31
Move LSN waiting declarations and definitions to better place

3c5db1d6b implemented the pg_wal_replay_wait() stored procedure. Due to
the patch development history, the implementation resided in
src/backend/commands/waitlsn.c (src/include/commands/waitlsn.h for headers).

014f9f34d moved pg_wal_replay_wait() itself to
src/backend/access/transam/xlogfuncs.c near to the WAL-manipulation functions.
But most of the implementation stayed in place.

The code in src/backend/commands/waitlsn.c has nothing to do with commands,
but is related to WAL. So, this commit moves this code into
src/backend/access/transam/xlogwait.c (src/include/access/xlogwait.h for
headers).

Reported-by: Peter Eisentraut
Discussion: https://postgr.es/m/18c0fa64-0475-415e-a1bd-665d922c5201%40eisentraut.org
Reviewed-by: Pavel Borisov
12 files changed:
src/backend/access/transam/Makefile diff | blob | blame | history
src/backend/access/transam/meson.build diff | blob | blame | history
src/backend/access/transam/xact.c diff | blob | blame | history
src/backend/access/transam/xlog.c diff | blob | blame | history
src/backend/access/transam/xlogfuncs.c diff | blob | blame | history
src/backend/access/transam/xlogrecovery.c diff | blob | blame | history
src/backend/access/transam/xlogwait.c [moved from src/backend/commands/waitlsn.c with 99% similarity] diff | blob | blame | history
src/backend/commands/Makefile diff | blob | blame | history
src/backend/commands/meson.build diff | blob | blame | history
src/backend/storage/ipc/ipci.c diff | blob | blame | history
src/backend/storage/lmgr/proc.c diff | blob | blame | history
src/include/access/xlogwait.h [moved from src/include/commands/waitlsn.h with 94% similarity] diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /