pgsql: Revert "Fix replay of create database records on standby" - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Revert "Fix replay of create database records on standby"
Date
Msg-id E1nZCxE-001uos-TM@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Explain why the startup process can't cause a shortage of sinval
Next
From: Robert Haas
Date:
Subject: pgsql: Add new block-by-block strategy for CREATE DATABASE.