diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2022-03-29 15:36:21 +0200 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2022-03-29 15:36:21 +0200 |
commit | bf902c13930c268388644100663f2998868b6e85 (patch) | |
tree | 92715e94f33cb0d1fd9dc4f5acb2bf3daaf031a5 /src/include/access/xlogutils.h | |
parent | edea649afbcedd431802a5255cd153538e43ee1d (diff) |
Revert "Fix replay of create database records on standby"
This reverts commit 49d9cfc68bf4. The approach taken by this patch has
problems, so we'll come up with a radically different fix.
Discussion: https://postgr.es/m/CA+TgmoYcUPL+WOJL2ZzhH=zmrhj0iOQ=iCFM0SuYqBbqZEamEg@mail.gmail.com
Diffstat (limited to 'src/include/access/xlogutils.h')
-rw-r--r-- | src/include/access/xlogutils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/access/xlogutils.h b/src/include/access/xlogutils.h index 8d48f003b05..64708949db9 100644 --- a/src/include/access/xlogutils.h +++ b/src/include/access/xlogutils.h @@ -65,10 +65,6 @@ extern void XLogDropDatabase(Oid dbid); extern void XLogTruncateRelation(RelFileNode rnode, ForkNumber forkNum, BlockNumber nblocks); -extern void XLogRememberMissingDir(Oid spcNode, Oid dbNode, char *path); -extern void XLogForgetMissingDir(Oid spcNode, Oid dbNode); -extern void XLogCheckMissingDirs(void); - /* Result codes for XLogReadBufferForRedo[Extended] */ typedef enum { |