pgsql: Simplify restriction handling of two-phase commit for temporary

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Simplify restriction handling of two-phase commit for temporary
Date: 2019-01-26 01:47:06
Message-ID: E1gnD3q-0003ka-64@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Simplify restriction handling of two-phase commit for temporary objects

There were two flags used to track the access to temporary tables and
to the temporary namespace of a session which are used to restrict
PREPARE TRANSACTION, however the first control flag is a concept
included in the second. This removes the flag for temporary table
tracking, keeping around only the one at namespace level.

Author: Michael Paquier
Reviewed-by: Álvaro Herrera
Discussion: https://postgr.es/m/20190118053126.GH1883@paquier.xyz

Branch
------
master

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

Modified Files
--------------
src/backend/access/common/relation.c | 4 ++--
src/backend/access/transam/xact.c | 19 ++++++-------------
src/backend/commands/lockcmds.c | 2 +-
src/backend/commands/tablecmds.c | 2 +-
src/include/access/xact.h | 12 +++---------
.../test_extensions/expected/test_extensions.out | 2 +-
src/test/regress/expected/temp.out | 22 +++++++++++-----------
7 files changed, 25 insertions(+), 38 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-01-26 02:04:23 Re: pgsql: Allow generalized expression syntax for partition bounds
Previous Message Bruce Momjian 2019-01-25 23:57:25 pgsql: SQL comment: remove extra word in heading comment