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 | a54ed2de80ec844e578e26f93ab008c814f56090 (patch) | |
tree | 23549b03344f1c14b0b4d40e9f89871a626e68fb /src/include/access/xlogutils.h | |
parent | 78ebfd885be563191d659d7a4ae230e199792e3f (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 b5880685804..e59b6cf3a9f 100644 --- a/src/include/access/xlogutils.h +++ b/src/include/access/xlogutils.h @@ -23,10 +23,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 { |