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

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Fix replay of create database records on standby"
Date: 2022-03-29 14:36:17
Message-ID: E1nZCxE-001uon-S0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

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

Modified Files
--------------
src/backend/access/transam/xlogrecovery.c | 6 --
src/backend/access/transam/xlogutils.c | 159 +---------------------------
src/backend/commands/dbcommands.c | 57 ----------
src/backend/commands/tablespace.c | 17 ---
src/include/access/xlogutils.h | 4 -
src/test/recovery/t/029_replay_tsp_drops.pl | 67 ------------
src/tools/pgindent/typedefs.list | 2 -
7 files changed, 1 insertion(+), 311 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2022-03-29 15:53:40 pgsql: Add new block-by-block strategy for CREATE DATABASE.
Previous Message Robert Haas 2022-03-29 14:08:03 Re: pgsql: Add 'basebackup_to_shell' contrib module.