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-001uoo-Sa@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
------
REL_14_STABLE

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

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(-)

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.