From: | Alexander Korotkov <akorotkov(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Revert: Allow locking updated tuples in tuple_update() and tuple |
Date: | 2024-04-11 13:23:54 |
Message-ID: | E1ruuPC-001bH6-9G@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Revert: Allow locking updated tuples in tuple_update() and tuple_delete()
This commit reverts 87985cc925 and 818861eb57 per review by Andres Freund.
Discussion: https://postgr.es/m/20240410165236.rwyrny7ihi4ddxw4%40awork3.anarazel.de
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/193e6d18e553a104d315ff81892d509d89a30fd8
Modified Files
--------------
src/backend/access/heap/heapam.c | 205 +++++-------------
src/backend/access/heap/heapam_handler.c | 93 ++------
src/backend/access/table/tableam.c | 26 +--
src/backend/commands/trigger.c | 55 +++--
src/backend/executor/execReplication.c | 19 +-
src/backend/executor/nodeModifyTable.c | 353 +++++++++++++++++--------------
src/include/access/heapam.h | 19 +-
src/include/access/tableam.h | 73 ++-----
src/include/commands/trigger.h | 4 +-
9 files changed, 346 insertions(+), 501 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Alexander Korotkov | 2024-04-11 14:47:38 | pgsql: Revert: Implement pg_wal_replay_wait() stored procedure |
Previous Message | Peter Eisentraut | 2024-04-11 10:50:49 | pgsql: meson: Remove obsolete function test |