Register custom xlog reader callbacks for on-demand WAL download in StartupDecodingContext

This commit is contained in:
Konstantin Knizhnik
2024-09-16 10:51:01 +03:00
parent abf412c21d
commit 2e09a27fa9
6 changed files with 8 additions and 10 deletions

View File

@@ -639,9 +639,7 @@ _PG_init(void)
pg_init_libpagestore();
pg_init_walproposer();
WalSender_Custom_XLogReaderRoutines = NeonOnDemandXLogReaderRoutines;
LogicalFuncs_Custom_XLogReaderRoutines = NeonOnDemandXLogReaderRoutines;
SlotFuncs_Custom_XLogReaderRoutines = NeonOnDemandXLogReaderRoutines;
Custom_XLogReaderRoutines = NeonOnDemandXLogReaderRoutines;
InitLogicalReplicationMonitor();

View File

@@ -1,14 +1,14 @@
{
"v16": [
"16.4",
"0baa7346dfd42d61912eeca554c9bb0a190f0a1e"
"221d2c14ed2afe20a85c3a3e05c3727abecbe5d5"
],
"v15": [
"15.8",
"6f6d77fb5960602fcd3fd130aca9f99ecb1619c9"
"4968efb1317ed2cb8090bb218034adf936404c1c"
],
"v14": [
"14.13",
"a317b9b5b96978b49e78986697f3dd80d06f99a7"
"13547aa62328c1c89938637e8c0862e6afc1662a"
]
}