Thread: pgsql: Revert "Fix replay of create database records on standby"

pgsql: Revert "Fix replay of create database records on standby"

From
Alvaro Herrera
Date:
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

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a54ed2de80ec844e578e26f93ab008c814f56090

Modified Files
--------------
src/backend/access/transam/xlog.c      |   6 --
src/backend/access/transam/xlogutils.c | 159 +--------------------------------
src/backend/commands/dbcommands.c      |  56 ------------
src/backend/commands/tablespace.c      |  17 ----
src/include/access/xlogutils.h         |   4 -
src/tools/pgindent/typedefs.list       |   2 -
6 files changed, 1 insertion(+), 243 deletions(-)